bus icon indicating copy to clipboard operation
bus copied to clipboard

Dynamic number readers?

Open serzhiio opened this issue 6 years ago • 1 comments

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

serzhiio avatar Mar 23 '19 11:03 serzhiio

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!

jonhoo avatar Mar 23 '19 14:03 jonhoo