Skip to main content

try_get_system_command_sender

Function try_get_system_command_sender 

Source
pub fn try_get_system_command_sender() -> Option<UnboundedSender<SystemCommand>>
Expand description

Attempts to get the global system command sender without panicking.

Returns None if the sender is not initialized.