Module vibe.core.task
Contains interfaces and enums for evented I/O drivers.
Structs
Name | Description |
Task
|
Represents a single task as started using vibe.core.runTask.
|
TaskCreationInfo
|
|
TaskLocal
|
Implements a task local storage variable.
|
TaskSettings
|
Settings to control the behavior of newly started tasks.
|
Enums
Name | Description |
TaskEvent
|
High level state change events for a Task
|
TaskSwitchPriority
|
Controls the priority to use for switching execution to a task.
|
Manifest constants
Name | Type | Description |
maxTaskParameterSize
|
|
The maximum combined size of all parameters passed to a task delegate
|