Structs§
- Graph
Actor - The graph actor — single writer, owns all graph state.
Run in a dedicated tokio task via
tokio::spawn(actor.run()). - Graph
Config - Configuration for the graph actor
- Graph
Handle - Handle for interacting with a running GraphActor from other tasks