pool
Connection pools

Next:<pool> ( class -- pool )


Vocabulary
io.pools

Class description
A connection pool. Instances of this class are not intended to be instantiated directly, only subclasses should be instantiated, for example datagram-pool.

Definition

TUPLE: pool connections disposed expired ;


Methods