monoio-rs / local-sync

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Feature Request: add broadcast channel

yngrtc opened this issue · comments

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

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.