Returns the number of uncombined operations so far.
Synopsis
Declared in <folly/synchronization/FlatCombining.h>
uint64_t
getNumUncombined() const;
Return Value
The count of operations executed without combining.
Created with MrDocs