Struct Task
Represents a single task as started using vibe.core.runTask.
All methods of TaskFiber
are also available as methods of Task
.
Constructors
Name | Description |
---|---|
this
|
Properties
Name | Type | Description |
---|---|---|
fiber
[get]
|
inout(TaskFiber) |
|
running
[get]
|
bool |
Determines if the task is still running .
|
thread
[get]
|
inout(core.thread.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.