TimeoutManagerBase.checkTimeouts

Undocumented in source. Be warned that the author may not have intended to support it.
  1. size_t checkTimeouts(bool delegate(ITimeoutClient client) dg)
  2. size_t checkTimeouts(ulong now, bool delegate(ITimeoutClient client) dg)
    class TimeoutManagerBase
    size_t
    checkTimeouts
    (
    ulong now
    ,
    scope bool delegate dg = null
    )

Meta