Available on crate feature
test-util only.Expand description
Test-only Timer implementations for deterministic failure injection.
Enable the test-util Cargo feature from development dependencies. The
feature is disabled by default and does not require an asynchronous runtime.
Structs§
- Fault
Injecting Timer - A deterministic Timer fixture that fails registration or completion.
Enums§
- Timer
Failure Point - Selects which stage of a Timer operation reports the configured failure.