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)
running bool Determines if the task is still running.
thread inout(Thread)

Methods

Name Description
getThis Returns the Task instance belonging to the calling task.
opEquals
opEquals

Authors

Sönke Ludwig

Copyright

© 2012-2013 RejectedSoftware e.K.

License

Subject to the terms of the MIT license, as written in the included LICENSE.txt file.