|
A11 (C++ runtime)
Native C++ implementation of the A11 action and streaming runtime
|
Classes | |
| class | AsyncNode |
| An asynchronous, ordered stream of chunks read from and written to A11. More... | |
| class | NodeMap |
| A thread-safe registry of AsyncNodes keyed by id. More... | |
Typedefs | |
| using | ChunkStoreFactory = std::function< absl::StatusOr< std::shared_ptr< stores::ChunkStore > >(std::string node_id)> |
| Callable invoked to construct the backing chunk store for a new node from its id. | |
| using a11::nodes::ChunkStoreFactory = typedef std::function<absl::StatusOr<std::shared_ptr<stores::ChunkStore> >( std::string node_id)> |
Callable invoked to construct the backing chunk store for a new node from its id.