zmq-d ~master (2014-08-17T20:50:31Z)
Dub
Repo
VibeDConcurrencyPolicy
dzmq
concurrency_mixins
Undocumented in source.
version(Have_vibe_d)
mixin template
VibeDConcurrencyPolicy () {
void
__onClose
();
void
__onConnect
();
void
__onBind
();
mixintemplate
WriteableSocket
()
;
mixintemplate
ReadableSocket
()
;
}
Members
Functions
__onBind
void
__onBind
()
Undocumented in source. Be warned that the author may not have intended to support it.
__onClose
void
__onClose
()
Undocumented in source. Be warned that the author may not have intended to support it.
__onConnect
void
__onConnect
()
Undocumented in source. Be warned that the author may not have intended to support it.
Mixin templates
ReadableSocket
mixintemplate
ReadableSocket
()
Undocumented in source.
WriteableSocket
mixintemplate
WriteableSocket
()
Undocumented in source.
Meta
Source
See Implementation
dzmq
concurrency_mixins
mixin templates
DefaultConcurrencyPolicy
VibeDConcurrencyPolicy