Skip to main content

Module task

Module task 

Source
Expand description

An execution loop to run asynchronous processing.

Structs§

Task
A Task operating on a threadshare Context.
TaskStateGuard
An RAII implementation of scoped locked TaskState.
TransitionError
TriggeringEvent error details.

Enums§

TaskState
TransitionOk
Transition success details.
TransitionStatus
Transition status.
Trigger

Traits§

TaskImpl
Implementation trait for Tasks.