SelectListenerPool.opApply

foreach iterator over informational interfaces to the active connections in the pool.

  1. int opApply(int delegate(ref IConnectionHandlerInfo) dg)
    class SelectListenerPool(T, Args...)
    int
    opApply
    (
    scope int delegate
    (
    ref IConnectionHandlerInfo
    )
    dg
    )
  2. int opApply(int delegate(ref size_t, ref IConnectionHandlerInfo) dg)

Meta