pub fn set_system_command_sender(sender: UnboundedSender<SystemCommand>)Expand description
Sets the global system command sender.
Can only be called once per thread.
ยงPanics
Panics if a sender has already been set.
pub fn set_system_command_sender(sender: UnboundedSender<SystemCommand>)Sets the global system command sender.
Can only be called once per thread.
Panics if a sender has already been set.