Function safina::get_thread_executor[][src]

#[must_use]pub fn get_thread_executor() -> Option<Arc<Executor>>

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.