Flat combines fetch_and_add to a single global address. More...
#include <Delegate.hpp>
Public Member Functions | |
| FetchAddCombiner (GlobalAddress< T > target, uint64_t flush_threshold, U initVal) | |
| void | promise () |
Promise that in the future you will call fetch_and_add. More... | |
| T | fetch_and_add (U inc) |
Flat combines fetch_and_add to a single global address.
Definition at line 285 of file Delegate.hpp.