Skip to main content

current_thread_id_u64

Function current_thread_id_u64 

Source
pub fn current_thread_id_u64() -> u64
Expand description

Get the current thread’s ID as u64.

Convenience function that combines getting the current ThreadId and converting it to u64.