proxygen
folly::fibers::ABDUsageException Class Reference

#include <AtomicBatchDispatcher.h>

Inheritance diagram for folly::fibers::ABDUsageException:

Detailed Description

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.


The documentation for this class was generated from the following file: