MutableData is a tiny wrapper that gives you the option of using an external concurrency control mechanism to updating values inserted into an AtomicUnorderedInsertMap.
Synopsis
Declared in <folly/AtomicUnorderedMap.h>
template<typename T>
struct MutableData;
Member Functions
Name |
Description |
|
Construct the wrapper, initializing the value with init. |