Bitcoin Core 31.99.0
P2P Digital Currency
Public Attributes | List of all members
mp::Connection::PoolSlot Struct Reference

A thread created by makePool with associated pending work queue. Vector is filled once by makePool() and never resized. More...

#include <proxy-io.h>

Public Attributes

Thread::Client client
 
size_t depth {0}
 

Detailed Description

A thread created by makePool with associated pending work queue. Vector is filled once by makePool() and never resized.

Definition at line 494 of file proxy-io.h.

Member Data Documentation

◆ client

Thread::Client mp::Connection::PoolSlot::client

Definition at line 495 of file proxy-io.h.

◆ depth

size_t mp::Connection::PoolSlot::depth {0}

Definition at line 496 of file proxy-io.h.


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