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