bus
bus copied to clipboard
Dynamic number readers?
Is it possible to clone BusReader dynamically? I have dynamic readers inside tokio pool.
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!