Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dedicated async dispatcher scoped to graph queries #5

Open
ivanopagano opened this issue Jul 26, 2013 · 1 comment
Open

dedicated async dispatcher scoped to graph queries #5

ivanopagano opened this issue Jul 26, 2013 · 1 comment
Assignees
Milestone

Comments

@ivanopagano
Copy link
Owner

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.

@ghost ghost assigned ivanopagano Jul 26, 2013
@ivanopagano ivanopagano reopened this Jul 26, 2013
@ivanopagano
Copy link
Owner Author

refer to
http://stackoverflow.com/questions/17849749/passing-implicit-executioncontext-to-contained-objects-called-methods
for an interesting solution to this isolation problem

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant