oursh 0.4.4

Modern, fast POSIX compatible shell
Documentation
1
2
3
4
5
6
7
8
/// Threads are distinguished by a thread ID (TID)
///
/// An ordinary process has a single thread with TID equal to PID.
///
/// TODO: Syntax for this?
/// TODO: Differences between &?
#[allow(dead_code)]
pub struct Thread;