SListener

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.
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 EMM
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

EMM
mixintemplate EMM(string file = __FILE__, size_t line = __LINE__)
isDestroyed
bool isDestroyed [@property setter]
selfConstruct
void selfConstruct()
selfDestroy
void selfDestroy()
preChildsDestroy
void preChildsDestroy()
isDestroyed
bool isDestroyed [@property getter]
registerChildEMM
T registerChildEMM(T obj)
registerChildEMM
T[] registerChildEMM(T[] objs)
newEMM
T newEMM(Args args)
destroy
void destroy()

Meta