hunt-pool ~master (2021-01-26T08:04:11Z)
Home
Dub
Repo
EvictionIterator.opApply
hunt
pool
impl
BaseGenericObjectPool
EvictionIterator
{@inheritDoc}
int
opApply
(int delegate(IPooledObject) dg)
int
opApply
(int delegate(size_t, IPooledObject) dg)
class
EvictionIterator
int
opApply
(
scope
int
delegate
(
size_t
,
IPooledObject
)
dg
)
Meta
Source
See Implementation
hunt
pool
impl
BaseGenericObjectPool
EvictionIterator
constructors
this
functions
empty
front
getIdleObjects
moveFront
opApply
popFront
{@inheritDoc}