|
A11 (C++ runtime)
Native C++ implementation of the A11 action and streaming runtime
|
Classes | |
| struct | Pending |
Public Member Functions | |
| Impl (ByteChunkingOptions value_options) | |
| absl::flat_hash_map< std::uint64_t, Pending > pending | ABSL_GUARDED_BY (mu) |
| size_t pending_bytes | ABSL_GUARDED_BY (mu)=0 |
Public Attributes | |
| thread::Mutex | mu |
| const ByteChunkingOptions | options |
|
inlineexplicit |
| absl::flat_hash_map< std::uint64_t, Pending > pending a11::net::ByteReassembler::Impl::ABSL_GUARDED_BY | ( | mu | ) |
|
pure virtual |
|
mutable |
| const ByteChunkingOptions a11::net::ByteReassembler::Impl::options |