Function EventDriverSockets.receive
Receives a single datagram.
abstract void receive
(
DatagramSocketFD socket,
ubyte[] buffer,
IOMode mode,
nothrow @safe void delegate(DatagramSocketFD, IOStatus, ulong, scope RefAddress) on_receive_finish
) nothrow @safe;