Function rustix::thread::name

source ·
pub fn name() -> Result<CString>
Available on crate feature thread only.
Expand description

Get the name of the calling thread.

References