Skip to main content

try_get_exec_event_sender

Function try_get_exec_event_sender 

Source
pub fn try_get_exec_event_sender() -> Option<UnboundedSender<ExecutionEvent>>
Expand description

Attempts to get the global execution event sender without panicking.

Returns None if the sender is not initialized (e.g., in test environments).