Skip to content

chore(cbus): add `Sync` trait for cbus::unbound::Sender

Konstantin D requested to merge cbus/add-sync-trait into master

To use cbus in the context of tokio (or any other async runtimes), it is convenient to impl Sync trait for ounbounded Sender (implement Sync for oneshot Sender not relevant cause oneshot Sender can send only once)

Merge request reports