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, we support SPSC bounded channels as their blocking semantics are naturally preserved during replay.
This is not true of MPSC. Currently we throw an error on clone() for bounded channel senders. We probably want to implement support for bounded channels.
The text was updated successfully, but these errors were encountered:
Currently, we support SPSC bounded channels as their blocking semantics are naturally preserved during replay.
This is not true of MPSC. Currently we throw an error on
clone()
for bounded channel senders. We probably want to implement support for bounded channels.The text was updated successfully, but these errors were encountered: