Skip to main content

try_get_system_command_sender

Function try_get_system_command_sender 

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

Attempts to get the thread-local system command sender without panicking.

Returns None if the sender is not initialized.