A11 (C++ runtime)
Native C++ implementation of the A11 action and streaming runtime
Loading...
Searching...
No Matches
a11::nodes Namespace Reference

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.
 

Typedef Documentation

◆ ChunkStoreFactory

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.