Constant THREAD_ID

pub const THREAD_ID: &'static str;
Expand description

Current “managed” thread ID (as opposed to OS thread ID).

§Notes

§Examples

  • 42