pub fn set_message_bus(msgbus: Rc<RefCell<MessageBus>>)
Expand description
Sets the thread-local message bus.
ยงPanics
Panics if a message bus has already been set for this thread.
pub fn set_message_bus(msgbus: Rc<RefCell<MessageBus>>)
Sets the thread-local message bus.
Panics if a message bus has already been set for this thread.