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
The graph queries run on an implicit execution context configured through the akka config.
Since it's implicitly imported, now the context is available to other async operations in the world engine actor.
It would be good to encapsulate the implicit dispatcher in a module object that takes care to wrap and execute the queries in futures.
The text was updated successfully, but these errors were encountered:
The graph queries run on an implicit execution context configured through the akka config.
Since it's implicitly imported, now the context is available to other async operations in the world engine actor.
It would be good to encapsulate the implicit dispatcher in a module object that takes care to wrap and execute the queries in futures.
The text was updated successfully, but these errors were encountered: