Module vibe.core.task
Contains interfaces and enums for evented I/O drivers.
Classes
Name | Description |
---|---|
InterruptException
|
Exception that is thrown by Task .
|
MessageQueue
|
|
TaskFiber
|
The base class for a task aka Fiber.
|
Structs
Name | Description |
---|---|
Task
|
Represents a single task as started using vibe.core.runTask. |
Authors
Sönke Ludwig
Copyright
© 2012-2014 RejectedSoftware e.K.
License
Subject to the terms of the MIT license, as written in the included LICENSE.txt file.