|
A11 (C++ runtime)
Native C++ implementation of the A11 action and streaming runtime
|
Public Member Functions | |
| State () | |
| bool done | ABSL_GUARDED_BY (mu) |
| void | Finish (const absl::Status &status) |
Public Attributes | |
| thread::Mutex | mu |
| const std::shared_ptr< a11::Promise< a11::Unit > > | done_promise |
| const a11::Task | done_future |
|
inline |
| const std::shared_ptr<a11::Promise<a11::Unit> > a11::net::Http2ResponseWriter::State::done_promise |
|
mutable |