proxygen
folly::Promise< T > Member List

This is the complete list of members for folly::Promise< T >, including all inherited members.

Core typedeffolly::Promise< T >private
core_folly::Promise< T >private
detach()folly::Promise< T >private
Future classfolly::Promise< T >friend
futures::detail::CoreCallbackState classfolly::Promise< T >friend
futures::detail::FutureBase classfolly::Promise< T >friend
getCore()folly::Promise< T >inlineprivate
getCore() const folly::Promise< T >inlineprivate
getCoreImpl(CoreT *core)folly::Promise< T >inlineprivatestatic
getFuture()folly::Promise< T >
getSemiFuture()folly::Promise< T >
isFulfilled() const noexceptfolly::Promise< T >
makeEmpty() noexceptfolly::Promise< T >static
operator=(Promise const &)=deletefolly::Promise< T >
operator=(Promise< T > &&other) noexceptfolly::Promise< T >
Promise()folly::Promise< T >
Promise(Promise const &)=deletefolly::Promise< T >
Promise(Promise< T > &&other) noexceptfolly::Promise< T >
Promise(futures::detail::EmptyConstruct) noexceptfolly::Promise< T >explicitprivate
retrieved_folly::Promise< T >private
SemiFuture classfolly::Promise< T >friend
setException(exception_wrapper ew)folly::Promise< T >
setException(E const &e)folly::Promise< T >
setInterruptHandler(F &&fn)folly::Promise< T >
setTry(Try< T > &&t)folly::Promise< T >
setValue()folly::Promise< T >inline
setValue(M &&value)folly::Promise< T >
setWith(F &&func)folly::Promise< T >
throwIfFulfilled() const folly::Promise< T >private
valid() const noexceptfolly::Promise< T >inline
~Promise()folly::Promise< T >