Module dreadnought::task
source · Expand description
Asynchronous tasks based on Theseus’s native OS [task] subsystem.
Structs
- An owned permission to join an async task.
Enums
- An error returned from polling a
JoinableAsyncTaskRef
.
Functions
- Spawns a new asynchronous task, returning a
JoinableAsyncTaskRef
for it.