Crate os_id

source · []
Expand description

Primitive abstractions over OS identifiers.

Features

  • thread-name Enables function get_current_thread_name

Re-exports

pub use thread::ThreadId;
pub use process::ProcessId;

Modules

Process id module

Thread id module

Structs

Thread name, limited to 16 characters which is common limit for unix systems.