pub unsafe fn thread_local_get(key: TlKey) -> Result<TlVal, Errno>
Expand description

Gets the value of a thread local variable

Parameters

  • key - Thread key that this local variable that was previous set