BusSendMultiFeature

Trait BusSendMultiFeature 

Source
pub trait BusSendMultiFeature<MSG: Clone> {
    // Required method
    fn broadcast(&self, safe: bool, msg: MSG);
}

Required Methods§

Source

fn broadcast(&self, safe: bool, msg: MSG)

Implementors§

Source§

impl<ChannelId, MSG: Clone, const STACK_SIZE: usize> BusSendMultiFeature<MSG> for BusSystemBuilder<ChannelId, MSG, STACK_SIZE>

Source§

impl<ChannelId, MSG: Clone, const STACK_SIZE: usize> BusSendMultiFeature<MSG> for BusWorker<ChannelId, MSG, STACK_SIZE>