current

Function current 

Source
pub fn current<T: IThreadId>() -> T
Expand description

Get the id of the current thread.

Convenience method for calling IThreadId::current.