blob: d9ba55cc315629a9d49a0ad530bfd9d21a3614fe [file] [log] [blame] [edit]
//! Common types and definitions.
/// Thread ID
pub type Tid = core::num::NonZeroUsize;
/// Process ID
pub type Pid = core::num::NonZeroUsize;