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