Throws an InterruptExeption within the task as soon as it calls a blocking function.
Blocks until the task has ended.
Terminates the task without notice as soon as it calls a blocking function.
Reserved for internal use!
Returns the handle of the current Task running on this fiber.
Returns the thread that owns this task.
The base class for a task aka Fiber.
This class represents a single task that is executed concurrently with other tasks. Each task is owned by a single thread.