Tervel  1.0.0
A collection of wait-free containers and algorithms.
Namespaces | Classes
tervel::containers::wf Namespace Reference

Namespaces

 vector
 

Classes

struct  default_functor
 A default Functor implementation. More...
 
class  HashMap
 A wait-free hash map implementation. More...
 
class  HashMapNoDelete
 A wait-free hash map implementation. More...
 
class  RingBuffer
 This is a non-blocking FIFO ring buffer design that was made wait-free by applying a progress assurance framework to it. More...