Module nolock::thread_data[][src]

Expand description

Thread-Local Lock-Free Storage

This module provides a Datastructure for Thread-Local Storage that is also lock-free and is therefore useable in other lock-free Datastructures.

Structs

A Storage-Container for Thread Local Data