proxygen
|
#include <AtomicBatchDispatcher.h>
An exception class that gets thrown when the AtomicBatchDispatcher is used incorrectly. This is indicative of a bug in the user code. Examples are, multiple dispatch calls on the same token, trying to get more tokens from the dispatcher after commit has been called, etc.
Definition at line 40 of file AtomicBatchDispatcher.h.