Type Definition shared_bus::StdBusManager

source ·
pub type StdBusManager<L, P> = BusManager<Mutex<L>, P>;
Expand description

Type alias for a bus manager using std::sync::Mutex.

Only available if the std feature is active.