Handbook
Glossary
new-connection ( pool -- )
Vocabulary
io
.
pools
Inputs
pool
an
object
Outputs
None
Definition
USING:
kernel
;
IN:
io.pools
:
new-connection
( pool -- )
dup
check-pool
[
make-connection
]
keep
return-connection
;