Module massa_bootstrap::bindings::server
source ยท Structsยง
- Bootstrap server binder
- ClientMessageLeader ๐The known-length component of a message to be received.
- ErrorSendSlot ๐Releases a claimed
ONGOING_ERROR_SENDSslot, panics included, so that a failing refusal can never leak the budget it took.
Constantsยง
- Maximum number of refusal threads running concurrently.
Staticsยง
- ONGOING_ERROR_SENDS ๐Number of refusal threads currently alive, compared against
MAX_CONCURRENT_ERROR_SENDS.