Crate silkenweb_task

Source

Modules§

server
Server only task tools.

Traits§

TaskSignal
Signal methods that require a task queue.
TaskSignalVec
SignalVec methods that require a task queue.

Functions§

run_tasks
Run futures on the microtask queue, until no more progress can be made.
scope
Run a future with a local task queue.
spawn_local
Spawn a future on the microtask queue.
sync_scope
Synchronous version of scope.