Feature Request: add broadcast channel
yngrtc opened this issue · 1 comments
yngrtc commented
similar feature as https://docs.rs/tokio/1.26.0/tokio/sync/broadcast/index.html, but it is for sync within local thread, instead of across threads
ihciah commented
Sorry I missed this issue. If broadcast does not in hot path, for now you can still use tokio's impl. If I have time, I will impl it as a local thread one.