Structsยง
- Block
Sync ๐Client Stub A receiving end for sync responses. TheBlockSyncClientStub::recv_response
method returns the received response. - Block
Sync ๐Server Stub A receiving end for sync requests. TheBlockSyncServerStub::recv_request
method returns the received request. - Message buffer intended for storing received
ProgressMessage
s for future views. Its size is bounded by its capacity, and when the capacity is reached messages for highest views may be removed. - Progress
Message ๐Stub A receiving end forProgressMessages
.
Enumsยง
Traitsยง
- Cacheable ๐A cacheable message can be inserted into the progress message buffer.
Functionsยง
- start_
polling ๐Spawn the poller thread, which polls theNetwork
for messages and distributes them into receivers for: