Class that implements exponential backoff. More...
#include <tbb_machine.h>
Public Member Functions | |
void | pause () |
Pause for a while. | |
bool | bounded_pause () |
void | reset () |
Class that implements exponential backoff.
See implementation of spin_wait_while_eq for an example.