[go: up one dir, main page]

Module stack

Source
Expand description

A lock-free stack.

This is an implementation of the Treiber stack, one of the simplest lock-free data structures.

Structsยง

Stack
A lock-free stack.