Function rasi_syscall::global_executor
source · pub fn global_executor() -> &'static dyn ExecutorAvailable on crate feature
executor only.Expand description
Get the globally registered instance of Executor.
§Panic
You should call register_global_executor first to register implementation,
otherwise this function will cause a panic with Call register_global_executor first