Struct Task
Represents a single task as started using vibe.core.runTask.
All methods of TaskFiber
are also available as methods of Task
.
Methods
Name | Description |
---|---|
getThis | Returns the Task instance belonging to the calling task. |
fiber | |
thread | |
running | Determines if the task is still running . |
opEquals | |
opEquals |
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.