Crate yaar

Source

Modules§

serial
task

Structs§

ExecutorRef
A virtual reference to the current global scoped Executor.

Traits§

Executor
Abstraction over providing execution of runtime Tasks.

Functions§

with_executor
with_executor_as
Set the global executor instance for a given function scope. The global executor supports being modified recursively as it is restored via stack but should not be called in parellel.