Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support MPSC bounded() channel. #15

Open
gatoWololo opened this issue Jul 1, 2019 · 0 comments
Open

Support MPSC bounded() channel. #15

gatoWololo opened this issue Jul 1, 2019 · 0 comments
Assignees

Comments

@gatoWololo
Copy link
Owner

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.

@edumenyo edumenyo self-assigned this May 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants