pub fn try_get_time_event_sender() -> Option<Arc<dyn TimeEventSender>>Expand description
Attempts to get the global time event sender without panicking.
Returns None if the sender is not initialized (e.g., in test environments).
pub fn try_get_time_event_sender() -> Option<Arc<dyn TimeEventSender>>Attempts to get the global time event sender without panicking.
Returns None if the sender is not initialized (e.g., in test environments).