Crate deterministic [] [src]

Modules

context

An inheritable context for children of a thread, containing a clock, rng, filesystem, and network transport handle.

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.

Enums

Call

Constants

CONTEXT

Traits

Reactor

A trait for building networked systems that can be plugged into simulated networks and partition tested in accelerated time.