pub fn get_thread_executor() -> Option<Arc<Executor>>
Expand description

Gets the Executor from thread-local storage.

This is a low-level function. You probably want to call safina_executor::spawn and other functions which use this function internally.