Expand description
A collection of simple utilities for building flake-free testable systems.
Modules§
- file
- Files that can simulate power failures by losing data written after the last sync.
- spawn
- Spawn threads with linux realtime priorities, and inherit the spawner’s shared seeded random number generator and clock.
Structs§
Constants§
Traits§
- Reactor
- A trait for building networked systems that can be plugged into simulated networks and partition tested in accelerated time.