SSender

Undocumented in source.

Constructors

this
this(Address addr)
Undocumented in source.
this
this(ushort port)
Undocumented in source.

Members

Functions

selfDestroy
void selfDestroy()
Undocumented in source. Be warned that the author may not have intended to support it.
send
void send(ubyte[] data)
Undocumented in source. Be warned that the author may not have intended to support it.
setReceiveCB
void setReceiveCB(callback _cb)
Undocumented in source. Be warned that the author may not have intended to support it.
step
void step()
Undocumented in source. Be warned that the author may not have intended to support it.

Mixins

__anonymous
mixin DirectEMM
Undocumented in source.

Inherited Members

From DSocket

sendFunc
alias sendFunc = ptrdiff_t delegate(const(void)[], size_t bs)
Undocumented in source.
formSend
void formSend(sendFunc func, void[] data, int bs)
Undocumented in source. Be warned that the author may not have intended to support it.
receiveFunc
alias receiveFunc = ptrdiff_t delegate(void[])
Undocumented in source.
formReceive
void[] formReceive(receiveFunc func)
Undocumented in source. Be warned that the author may not have intended to support it.

From ExternalMemoryManager

DirectEMM
mixintemplate DirectEMM()
Undocumented in source.
ParentEMM
mixintemplate ParentEMM()
Undocumented in source.
childEMM
ExternalMemoryManager[] childEMM [@property getter]
Undocumented in source.
selfDestroy
void selfDestroy()
Undocumented in source.
registerChildEMM
T registerChildEMM(T obj)
Undocumented in source. Be warned that the author may not have intended to support it.
registerChildEMM
T[] registerChildEMM(T[] objs)
Undocumented in source. Be warned that the author may not have intended to support it.
newEMM
T newEMM(Args args)
Undocumented in source. Be warned that the author may not have intended to support it.
destroy
void destroy()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta