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

Futures block strands #45

Closed
neilstephens opened this issue May 23, 2018 · 1 comment
Closed

Futures block strands #45

neilstephens opened this issue May 23, 2018 · 1 comment
Assignees
Labels

Comments

@neilstephens
Copy link
Owner

To avoid blocking a thread when waiting on std::futures to be set, poll_one() is being used. This succeeds in not blocking the thread, but it still blocks the progress of a strand.

@neilstephens
Copy link
Owner Author

Futures are gone - 36d234d

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

No branches or pull requests

1 participant