Crate os_id[][src]

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

Process id module

thread

Thread id module