Expand description
Code to collect and publish information about a client’s bootstrapping status.
Structs§
- Blockage
- A reason why a client believes it is stuck.
- Bootstrap
Events - A [
Stream
] ofBootstrapStatus
events. - Bootstrap
Status - Information about how ready a
crate::TorClient
is to handle requests.
Enums§
- Blockage
Kind - A specific type of blockage that a client believes it is experiencing.
Functions§
- report_
status 🔒 - Task that runs forever, updating a client’s status via the provided
sender
.