Honeycomb  0.1
Component-Model Framework
Classes | Namespaces
Backoff.h File Reference
#include "Honey/Thread/Thread.h"
Include dependency graph for Backoff.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  honey::lockfree::Backoff
 Exponential backoff algorithm. Backoff spins for first X ticks, then sleeps with a time that doubles every X ticks thereafter. More...
 

Namespaces

 honey
 Global Honeycomb namespace.
 
 honey::lockfree
 Lock-free methods and containers.