vibe.core.task

Contains interfaces and enums for evented I/O drivers.

Members

Classes

InterruptException
class InterruptException

Exception that is thrown by Task.interrupt.

MessageQueue
class MessageQueue
Undocumented in source.
TaskFiber
class TaskFiber

The base class for a task aka Fiber.

Structs

Task
struct Task

Represents a single task as started using vibe.core.runTask.

Meta

Authors

Sönke Ludwig

License

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