module NNTP::Connection::Pool
Direct including types
Defined in:
nntp/connection/pool.crInstance Method Summary
-
#release
return this connection to the pool managed by the client.
Instance Method Detail
def release
#
return this connection to the pool
managed by the client. Should be used
only if the connection was obtained by NNTP::Client#checkout
.