rstd 0.1.0
Loading...
Searching...
No Matches
rstd::thread::ThreadId Class Referenceexport

Public Member Functions

constexpr auto as_u64 () const noexcept
 Unstable in Rust: thread_id_value
 

Detailed Description

A unique identifier for a running thread.

ThreadId is an opaque object that uniquely identifies each thread created during the lifetime of a process. IDs are guaranteed not to be reused. (No promise about relation to OS thread IDs.)


The documentation for this class was generated from the following file: