proxygen
folly::futures::detail::CoreCallbackState< T, F > Member List

This is the complete list of members for folly::futures::detail::CoreCallbackState< T, F >, including all inherited members.

before_barrier() const noexceptfolly::futures::detail::CoreCallbackState< T, F >inlineprivate
CoreCallbackState(Promise< T > &&promise, F &&func) noexcept(noexcept(DF(std::declval< F && >())))folly::futures::detail::CoreCallbackState< T, F >inline
CoreCallbackState(CoreCallbackState &&that) noexcept(noexcept(DF(std::declval< F && >())))folly::futures::detail::CoreCallbackState< T, F >inline
DF typedeffolly::futures::detail::CoreCallbackState< T, F >private
func_folly::futures::detail::CoreCallbackState< T, F >
invoke(Args &&...args) noexcept(noexcept(std::declval< F && >()(std::declval< Args && >()...)))folly::futures::detail::CoreCallbackState< T, F >inline
operator=(CoreCallbackState &&)=deletefolly::futures::detail::CoreCallbackState< T, F >
promise_folly::futures::detail::CoreCallbackState< T, F >private
setException(exception_wrapper &&ew)folly::futures::detail::CoreCallbackState< T, F >inline
setTry(Try< T > &&t)folly::futures::detail::CoreCallbackState< T, F >inline
stealPromise() noexceptfolly::futures::detail::CoreCallbackState< T, F >inline
tryInvoke(Args &&...args) noexceptfolly::futures::detail::CoreCallbackState< T, F >inline
~CoreCallbackState()folly::futures::detail::CoreCallbackState< T, F >inline