ISelectListenerPoolInfo.opApply

foreach iterator over informational interfaces to the active connections in the pool, and their indices.

  1. int opApply(int delegate(ref IConnectionHandlerInfo) dg)
  2. int opApply(int delegate(ref size_t, ref IConnectionHandlerInfo) dg)
    interface ISelectListenerPoolInfo
    int
    opApply
    (
    scope int delegate
    (
    ref size_t
    ,)
    dg
    )

Meta