pub type Threads<'a> = BTreeMap<u32, Thread<'a>>;
Map a thread id to a Thread.
Thread
pub struct Threads<'a> { /* private fields */ }