acquire-connection ( pool -- conn )
Connection pools

Prev:with-pool ( pool quot -- )
Next:return-connection ( conn pool -- )


Vocabulary
io.pools

Inputs
poola pool


Outputs
conna connection


Word description
Outputs a connection from the pool, preferring to take an existing one, creating a new one with make-connection if the pool is empty.

Definition