Module live

Module live 

Source
Available on crate feature std only.
Expand description

Defines a LiveThreadId.

The implementation is inspired by the implementation of thread ids in the thread_local crate: https://github.com/Amanieu/thread_local-rs/blob/8958483/src/thread_id.rs

Structsยง

LiveThreadId
Identifies a live thread.