Idris2Doc : Network.HTTP.Pool.ConnectionPool

Network.HTTP.Pool.ConnectionPool

(source)

Definitions

recordPoolManager : Type->Type
Totality: possibly not terminating due to call to $resolved25484
Visibility: export
Constructor: 
MkPoolManager : IORef (List (Hostname, Poole)) ->Nat->Nat-> (String->CertificateCheckIO) ->PoolManagere

Projections:
.certificate_checker : PoolManagere->String->CertificateCheckIO
.max_per_site_connections : PoolManagere->Nat
.max_total_connections : PoolManagere->Nat
.pools : PoolManagere->IORef (List (Hostname, Poole))

Hint: 
SchedulereIO (PoolManagere)
new_pool_manager : HasIOio=>Nat->Nat-> (String->CertificateCheckIO) ->io (PoolManagere)
Visibility: export
total_active_connections : Protocol->PoolManagere->IONat
Visibility: export