[][src]Module debra_common::bag

Data structures for storing and reclaiming retired records.

Structs

BagNode

A linked list node containing an inline vector for storing retired records.

BagPool

A pool for storing and recycling no longer used BagNodes of a thread.

BagQueue

A LIFO queue of [RetiredBag]s.

EpochBagQueues

A ring buffer with three BagQueues