Struct Task
Represents a single task as started using vibe.core.runTask.
All methods of TaskFiber
are also available as methods of Task
.
Properties
Name | Type | Description |
---|---|---|
fiber | inout(TaskFiber) | |
thread | inout(Thread) | |
running | bool | Determines if the task is still running . |
Methods
Name | Description |
---|---|
getThis | Returns the Task instance belonging to the calling task. |
opEquals | |
opEquals | |
__xopEquals |
Authors
Sönke Ludwig
Copyright
© 2012 RejectedSoftware e.K.
License
Subject to the terms of the MIT license, as written in the included LICENSE.txt file.