Expand description

Allows access to the Rayon’s thread local value which is preserved when moving jobs across threads

Functions

Returns the current thread-local value

Sets the current thread-local value

Sets the current thread-local value to value inside the closure. The old value is restored when the closure ends