Skip to main content

Module actor

Module actor 

Source

Structs§

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