|
Action Engine
|
This is the complete list of members for act::AsyncNode, including all inherited members.
| AsyncNode(std::string_view id="", NodeMap *absl_nullable node_map=nullptr, std::unique_ptr< ChunkStore > chunk_store=nullptr) | act::AsyncNode | explicit |
| GetWriter() | act::AsyncNode | |
| GetWriterStatus() const -> absl::Status | act::AsyncNode | |
| Next(std::optional< absl::Duration > timeout=std::nullopt) | act::AsyncNode | |
| Put(Chunk value, int seq=-1, bool final=false) -> absl::Status | act::AsyncNode | |
| Put(NodeFragment value) -> absl::Status | act::AsyncNode | |
| Put(T value, int seq=-1, bool final=false) -> absl::Status | act::AsyncNode |