|
A11 (C++ runtime)
Native C++ implementation of the A11 action and streaming runtime
|
This is the complete list of members for a11::Promise< T >, including all inherited members.
| future() const | a11::Promise< T > | inline |
| operator=(const Promise &)=delete | a11::Promise< T > | |
| operator=(Promise &&other) noexcept | a11::Promise< T > | inline |
| Promise() | a11::Promise< T > | inline |
| Promise(const Promise &)=delete | a11::Promise< T > | |
| Promise(Promise &&other) noexcept | a11::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 |