forked from AbleOS/ableos
5 lines
68 B
Rust
5 lines
68 B
Rust
|
//! Platform agnostic process
|
||
|
|
||
|
/// A process ID
|
||
|
pub type PID = u64;
|