-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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 activation/inactivation tracking for broadcast channel #329
Comments
This would be very useful since it'd allow |
Is there any design path for this? Where the methods would be, their signature, and name ideas? |
@LouisCAD There is no design yet. You are welcome to suggest your ideas here. |
Can I treat BroadcastChannel as data-flow variables in Oz-Mozart ?https://www.info.ucl.ac.be/~pvr/GeneralOverview.pdf Data-Driven Concurrency is cool ! Dataflow Concurrency |
Superseded by the same Flow design problem :) |
See analysis here: #258 (comment)
TL;DR For various
BroadcastChannel
implementations it is useful to have ability to trackactive
(at least one subscriber) andinactive
(no subscribers) status. We should consider use-cases for it and design a convenient API for them.Note, that it does not apply to regular channels which do not have a concept of subscriber.
This issue is related to #254
The text was updated successfully, but these errors were encountered: