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

sync: Ensure try_send() wakes up receivers #15764

Merged
merged 1 commit into from
Jul 20, 2014

Conversation

alexcrichton
Copy link
Member

This branch of try_send() just forgot to wake up any receiver waiting for data.

Closes #15761

}

for _ in range(0u, 100) {
i += 1;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this defined anywhere?

This branch of try_send() just forgot to wake up any receiver waiting for data.

Closes rust-lang#15761
bors added a commit that referenced this pull request Jul 20, 2014
This branch of try_send() just forgot to wake up any receiver waiting for data.

Closes #15761
@bors bors closed this Jul 20, 2014
@bors bors merged commit 31eb00c into rust-lang:master Jul 20, 2014
@alexcrichton alexcrichton deleted the issue-15761 branch July 22, 2014 15:14
bors added a commit to rust-lang-ci/rust that referenced this pull request Nov 13, 2023
Expand Emacs documentation

Emacs 29 is now released, and include an example of enabling clippy.
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.

Race condition in task communication causes deadlocks
3 participants