proxygen
folly::fibers::ABDCommitNotCalledException Class Reference

#include <AtomicBatchDispatcher.h>

Inheritance diagram for folly::fibers::ABDCommitNotCalledException:

Public Member Functions

 ABDCommitNotCalledException ()
 

Detailed Description

An exception class that gets set on the promise for dispatched tokens, when the AtomicBatchDispatcher was destroyed before commit was called on it.

Definition at line 48 of file AtomicBatchDispatcher.h.

Constructor & Destructor Documentation

folly::fibers::ABDCommitNotCalledException::ABDCommitNotCalledException ( )
inline

Definition at line 50 of file AtomicBatchDispatcher.h.

51  : std::runtime_error(
52  "AtomicBatchDispatcher destroyed before commit() was called") {}

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