Execution State
These are the possible execution states of a fiber.
Parameters
indicates Suspension
Whether this state indicates a suspended fiber.
indicates Termination
Whether this state indicates a terminated fiber.
Entries
Link copied to clipboard
Content copied to clipboard
The fiber has been interrupted.
Link copied to clipboard
Content copied to clipboard
The fiber was RUNNING, but was paused by an AvailDebuggerModel.
Link copied to clipboard
Content copied to clipboard
The fiber was PAUSED, but the attached AvailDebuggerModel is attempting (while holding the fiber's lock) to queue an AvailTask which will make it execute.
Link copied to clipboard
Content copied to clipboard
The fiber has terminated successfully.
Link copied to clipboard
Content copied to clipboard
The fiber has run either its result continuation or its failure continuation. This state is permanent.