chore(cbus): add `Sync` trait for cbus::unbound::Sender
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)