core.threading library
Classes
- TaskHandle
- Handle used for the manipulation of the task.
Enums
- TaskOutcome
- This enum represents that a task has been completed.
Typedefs
- OnTaskCompleted = void Function(TaskOutcome taskOutcome)
- The method will be called on the main thread when a task call has been completed.