pub(crate) static EVENT_SENDER: OnceLock<UnboundedSender<TorEvent>>
Pointer to an UnboundedSender, used to send events into the EventReactor.
UnboundedSender
EventReactor