You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Instead, the state stored as a result of peek() should be immediately delivered.
Up for discussion: this method is useful for sharing a machine owned by a cache with the application, but it would be even easier if it returned a full machine instead of just the next() and peek() methods.
The text was updated successfully, but these errors were encountered:
Currently, the following code will block for the next live state:
Instead, the state stored as a result of
peek()
should be immediately delivered.Up for discussion: this method is useful for sharing a machine owned by a cache with the application, but it would be even easier if it returned a full machine instead of just the
next()
andpeek()
methods.The text was updated successfully, but these errors were encountered: