View Source Tulle.Http1.Pool (tulle v0.6.3)
Pool used for Http1.
Summary
Functions
Returns a checked-out Tulle.Http1.Client
back to the pool.
Check-out a Tulle.Http1.Client
process from the pool,
spawning if necessary.
Returns a specification to start this module under a supervisor.
Types
@type t() :: GenServer.server()
@type worker() :: pid()
Functions
Returns a checked-out Tulle.Http1.Client
back to the pool.
Check-out a Tulle.Http1.Client
process from the pool,
spawning if necessary.
Returns a specification to start this module under a supervisor.
See Supervisor
.