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

Fix Task.join() for multiple callers. Fixes #161. #162

Merged
merged 2 commits into from
Jun 20, 2019

Conversation

s-ludwig
Copy link
Member

No description provided.

@s-ludwig s-ludwig requested a review from l-kramer June 16, 2019 19:32
Makes sure that the task finalization finishes (including notifying possibly multiple joiners) before the fiber yields, because it won't be resumed by the scheduler before the next task gets assigned to the fiber.
@l-kramer l-kramer merged commit a200328 into master Jun 20, 2019
@s-ludwig s-ludwig deleted the issue161-multiple-joiners branch June 20, 2019 07:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants