networkd

Undocumented in source.

Members

Classes

Node
class Node
Undocumented in source.

Functions

runNetLoop
void runNetLoop(Node node, void function(NetEvent) eventHandler, shared(bool) isRunning, TimeVal timeout)

runs a loop waiting for events to occur, and calling a event-handler, while isRunning == true

Structs

NetEvent
struct NetEvent

Stores data about the NetEvent returned by Node.getEvent

Meta