async.event.selector

Undocumented in source.

Members

Aliases

OnConnected
alias OnConnected = void function(TcpClient) nothrow @(trusted)
Undocumented in source.
OnDisConnected
alias OnDisConnected = void function(const int, string) nothrow @(trusted)
Undocumented in source.
OnReceive
alias OnReceive = void function(TcpClient, const scope ubyte[]) nothrow @(trusted)
Undocumented in source.
OnSendCompleted
alias OnSendCompleted = void function(const int, string, const scope ubyte[], const size_t) nothrow @(trusted)
Undocumented in source.
OnSocketError
alias OnSocketError = void function(const int, string, string) nothrow @(trusted)
Undocumented in source.

Classes

Selector
class Selector
Undocumented in source.

Enums

EventType
enum EventType
Undocumented in source.

Meta