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