|
A11 (C++ runtime)
Native C++ implementation of the A11 action and streaming runtime
|
This is the complete list of members for a11::Future< T >, including all inherited members.
| Await(absl::Time deadline=absl::InfiniteFuture()) const | a11::Future< T > | inline |
| Cancel() const | a11::Future< T > | inline |
| Future()=default | a11::Future< T > | |
| IsReady() const | a11::Future< T > | inline |
| OnReady(absl::AnyInvocable< void(const absl::StatusOr< T > &)> callback) const | a11::Future< T > | inline |
| Promise< T > | a11::Future< T > | friend |
| Submit | a11::Future< T > | friend |
| SubmitWithCancellationHook | a11::Future< T > | friend |
| valid() const | a11::Future< T > | inline |