A11 (C++ runtime)
Native C++ implementation of the A11 action and streaming runtime
Loading...
Searching...
No Matches
a11::Promise< T > Member List

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

future() consta11::Promise< T >inline
operator=(const Promise &)=deletea11::Promise< T >
operator=(Promise &&other) noexcepta11::Promise< T >inline
Promise()a11::Promise< T >inline
Promise(const Promise &)=deletea11::Promise< T >
Promise(Promise &&other) noexcepta11::Promise< T >inline
SetCancellationCallback(std::function< void()> cancel)a11::Promise< T >inline
SetResult(absl::StatusOr< T > result)a11::Promise< T >inline
SetStatus(absl::Status status)a11::Promise< T >inline
SetValue(T value)a11::Promise< T >inline
~Promise()a11::Promise< T >inline