proxygen
folly::FutureAlreadyContinued Class Reference

#include <Future.h>

Inheritance diagram for folly::FutureAlreadyContinued:
folly::FutureException

Public Member Functions

 FutureAlreadyContinued ()
 

Detailed Description

At most one continuation may be attached to any given Future.

If a continuation is attached to a future to which another continuation has already been attached, then an instance of FutureAlreadyContinued will be thrown instead.

Definition at line 67 of file Future.h.

Constructor & Destructor Documentation

folly::FutureAlreadyContinued::FutureAlreadyContinued ( )
inline

Definition at line 69 of file Future.h.

69 : FutureException("Future already continued") {}

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