Modules§
- For backward compatibility only and eventually may be deprecated. The library’s structs are now available directly at top level.
Structs§
- This type encapsulates the association of
ThreadIds to values of typeV. It is a simple and easy-to-use alternative to thestd::thread_localmacro and thethread_localcrate. - Error emitted when a
ThreadMapmethod attempts to acquire its internal lock and the lock is poisoned.