Type Definition shared_bus::StdBusManager[][src]

type StdBusManager<L, P> = BusManager<Mutex<L>, P>;

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

Only available if the std feature is active.