libfetch 0.0.0
A lightweight asynchronous HTTP/1.1 client library implementing a subset of the WHATWG Fetch API.
Loading...
Searching...
No Matches
connection_pool_manager_t Struct Reference

Data Fields

connection_pool_tpools
 
size_t total_pooled
 
size_t max_total_pooled
 
uint64_t last_global_cleanup_ms
 

Field Documentation

◆ last_global_cleanup_ms

uint64_t connection_pool_manager_t::last_global_cleanup_ms

◆ max_total_pooled

size_t connection_pool_manager_t::max_total_pooled

◆ pools

connection_pool_t* connection_pool_manager_t::pools

◆ total_pooled

size_t connection_pool_manager_t::total_pooled

The documentation for this struct was generated from the following file: