You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Instead of sharing the graph between the engine and RPC threads, let the engine own the graph and the RPC handlers send messages via an MPSC channel to fetch/mutate the graph.
Instead of sharing the graph between the engine and RPC threads, let the engine own the graph and the RPC handlers send messages via an MPSC channel to fetch/mutate the graph.