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.
pub fn try_get_system_command_sender() -> Option<DispatchSender<SystemCommand>>Attempts to get the thread-local system command sender without panicking.
Returns None if the sender is not initialized.