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
Currently don't see the benefit over while let Ok(message) = ctx.receive_next().await { /* ... */ }. Might be worth reconsidering once the Stream trait becomes a bit more useful in std lib.
ReceiveMessages
would implementStream<Item = M>
, created by callingActorContext.receive_many
.The text was updated successfully, but these errors were encountered: