io.pools vocabulary
Factor handbook ยป Vocabulary index


Documentation
Connection pools

Metadata
Tags:network
Authors:Slava Pestov


Words

Tuple classes
ClassSuperclassSlots
datagram-pool pooladdrspec
pool tupleconnections disposed expired
return-connection-state tupleconn pool


Generic words
WordStack effect
make-connection( pool -- conn )


Ordinary words
WordStack effect
(with-pooled-connection)( conn pool quot -- )
<datagram-pool>( addrspec -- pool )
<pool>( class -- pool )
acquire-connection( pool -- conn )
check-pool( pool -- )
new-connection( pool -- )
return-connection( conn pool -- )
return-connection-later( db pool -- )
with-pool( pool quot -- )
with-pooled-connection( pool quot -- )


Class predicate words
WordStack effect
datagram-pool?( object -- ? )
pool?( object -- ? )
return-connection-state?( object -- ? )


Files


Metadata files