- clearLog
void clearLog()
Undocumented in source. Be warned that the author may not have intended to support it.
- fetchOldLog
Arg[] fetchOldLog(bool delegate(Arg) nothrow @(safe) check, bool returnIt)
Undocumented in source. Be warned that the author may not have intended to support it.
- process
void process(Arg arg)
Undocumented in source. Be warned that the author may not have intended to support it.
- tryWaitFor
bool tryWaitFor(bool delegate(Arg) nothrow @(safe) check, Duration timeout, Arg ret)
Undocumented in source. Be warned that the author may not have intended to support it.
- waitFor
Arg waitFor(bool delegate(Arg) nothrow @(safe) check, Duration timeout)
Undocumented in source. Be warned that the author may not have intended to support it.
Utility mixin template implementing dynamic timeout based event subscribing + static backlog Creates methods waitFor<fn>, processfn, fetchOldfnLog, clearfnLog