Type Alias Threads

Source
pub type Threads = BTreeMap<u32, Thread>;
Expand description

Map a thread id to a Thread.

Aliased Typeยง

pub struct Threads { /* private fields */ }