pub fn set_data_event_sender(sender: impl Into<EventSender<DataEvent>>)Expand description
Sets the thread-local data event sender.
Can only be called once per thread.
ยงPanics
Panics if a sender has already been set.
pub fn set_data_event_sender(sender: impl Into<EventSender<DataEvent>>)Sets the thread-local data event sender.
Can only be called once per thread.
Panics if a sender has already been set.