pub fn set_exec_event_sender(sender: UnboundedSender<ExecutionEvent>)
Expand description
Sets the global 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: UnboundedSender<ExecutionEvent>)
Sets the global execution event sender.
Can only be called once per thread.
Panics if a sender has already been set.