mecca.reactor.io.fd

Reactor aware FD (file descriptor) operations

Public Imports

mecca.lib.net
public import mecca.lib.net;

Members

Functions

_closeReactorEpoll
void _closeReactorEpoll()
Undocumented in source. Be warned that the author may not have intended to support it.
_openReactorEpoll
void _openReactorEpoll()
Undocumented in source. Be warned that the author may not have intended to support it.

Manifest constants

LISTEN_BACKLOG
enum LISTEN_BACKLOG;
Undocumented in source.

Structs

ConnectedDatagramSocket
struct ConnectedDatagramSocket

Wrapper for connection oriented datagram sockets.

ConnectedSocket
struct ConnectedSocket

Wrapper for connection oriented sockets.

DatagramSocket
struct DatagramSocket

Wrapper for datagram oriented socket (such as UDP)

File
struct File

Reactor aware FD wrapper for files

ReactorFD
struct ReactorFD

An FD capable of performing sleeping operations through the reactor, when necessary

Socket
struct Socket

Base class for the different types of sockets

Meta