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

Dynamic number readers? #19

Open
serzhiio opened this issue Mar 23, 2019 · 1 comment
Open

Dynamic number readers? #19

serzhiio opened this issue Mar 23, 2019 · 1 comment

Comments

@serzhiio
Copy link

Is it possible to clone BusReader dynamically?
I have dynamic readers inside tokio pool.

@jonhoo
Copy link
Owner

jonhoo commented Mar 23, 2019

That's not currently possible because the writer needs to know how many readers there are. It is possible to add more readers at runtime using add_rx on the Bus though!

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