Module vibe.core.driver
Contains interfaces and enums for evented I/O drivers.
Functions
Name | Description |
---|---|
getEventDriver
|
Returns the active event driver |
Interfaces
Name | Description |
---|---|
DriverCore
|
Provides an event driver with core functions for task/fiber control. |
EventDriver
|
Interface for all evented I/O implementations. |
FileDescriptorEvent
|
Generic file descriptor event. |
Aliases
Name | Type | Description |
---|---|---|
StoredEventDriver
|
EventDriver
|
Authors
Sönke Ludwig
Copyright
© 2012-2015 RejectedSoftware e.K.
License
Subject to the terms of the MIT license, as written in the included LICENSE.txt file.