|
A11 (C++ runtime)
Native C++ implementation of the A11 action and streaming runtime
|
#include <cstddef>#include <functional>#include <memory>#include <optional>#include <string>#include <absl/base/nullability.h>#include <absl/status/status.h>#include <absl/status/statusor.h>#include <absl/time/time.h>#include "a11/concurrency/future.h"#include "a11/data/types.h"#include "a11/net/byte_chunking.h"#include "a11/net/wire_stream.h"Go to the source code of this file.
Classes | |
| struct | a11::net::ChannelFramingOptions |
| Packetisation and incomplete-message bounds for a binary WireStream. More... | |
| class | a11::net::ChannelWireStream |
| Shared WireStream lifecycle and framing for binary channels. More... | |
Namespaces | |
| namespace | a11 |
| namespace | a11::net |
| namespace | a11::net::internal |
Enumerations | |
| enum class | a11::net::ChannelEndpointRole { a11::net::kClient , a11::net::kServer , a11::net::kEither } |
| Handshake role a binary channel endpoint is permitted to assume. More... | |