pub fn try_get_data_event_sender() -> Option<UnboundedSender<DataEvent>>Expand description
Attempts to get the global data event sender without panicking.
Returns None if the sender is not initialized (e.g., in Python/v1 bridge environments
before a runner or adapter bridge has registered a sender).