Module zebra_chain::diagnostic::task
source · Expand description
Diagnostic types and functions for Zebra tasks:
- OS thread handling
- async future task handling
- errors and panics
Modules§
- Diagnostic types and functions for Zebra async future tasks:
- Diagnostic types and functions for Zebra OS thread tasks:
Traits§
- A trait that checks a task’s return value for panics.
- A trait that waits for a task to finish, then handles panics and cancellations.