[go: up one dir, main page]

Module spawn

Module spawn 

Source
Expand description

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

Functions§

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