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

Add Sender::broadcast_blocking and Receiver::recv_blocking #41

Closed
zeenix opened this issue Mar 12, 2023 · 1 comment · Fixed by #68
Closed

Add Sender::broadcast_blocking and Receiver::recv_blocking #41

zeenix opened this issue Mar 12, 2023 · 1 comment · Fixed by #68

Comments

@zeenix
Copy link
Member

zeenix commented Mar 12, 2023

Just like async-channel does.

@zeenix
Copy link
Member Author

zeenix commented Mar 14, 2023

this can make use of the upcoming event-listener-strategy crate.

hozan23 added a commit to hozan23/async-broadcast that referenced this issue Jun 27, 2024
Support blocking broadcast and receive using the `wait()` function from
the `event-listener` crate

Fixes smol-rs#41
hozan23 added a commit to hozan23/async-broadcast that referenced this issue Jun 27, 2024
Support blocking broadcast and receive using the `wait()` function from
the `event-listener` crate

Fixes smol-rs#41
@zeenix zeenix closed this as completed in #68 Jul 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging a pull request may close this issue.

1 participant