Trait sans_io_runtime::bus::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>