Module deterministic::spawn

source ·
Expand description

Spawn threads with linux realtime priorities, and inherit the spawner’s shared seeded random number generator and clock.

Functions

Spawn a thread and transfer the deterministic Context.
Spawn a thread with a specific realtime priority.
Spawn a thread with a thread priority determined by a (possibly pre-seeded) rand::Rng.