proxygen
folly::FutureNotReady Class Reference

#include <Future.h>

Inheritance diagram for folly::FutureNotReady:
folly::FutureException

Public Member Functions

 FutureNotReady ()
 

Detailed Description

Definition at line 72 of file Future.h.

Constructor & Destructor Documentation

folly::FutureNotReady::FutureNotReady ( )
inline

Definition at line 74 of file Future.h.

74 : FutureException("Future not ready") {}

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