ISelectListenerPoolInfo

Undocumented in source.

Members

Aliases

IConnectionHandlerInfo
alias IConnectionHandlerInfo = .IConnectionHandlerInfo

Convenience alias for implementing classes.

Functions

opApply
int opApply(int delegate(ref IConnectionHandlerInfo) dg)

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

opApply
int opApply(int delegate(ref size_t, ref IConnectionHandlerInfo) dg)

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

Inherited Members

From IPoolInfo

length
size_t length()

Returns the number of items in pool.

num_busy
size_t num_busy()

Returns the number of busy items in pool.

Meta