- clearLogvoid clearLog() 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- fetchOldLogArg[] fetchOldLog(bool delegate(Arg) nothrow @(safe) check, bool returnIt) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- processvoid process(Arg arg) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- tryWaitForbool 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. 
- waitForArg 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