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

channel: Do not panic on very large timeout #798

Merged
merged 1 commit into from Mar 15, 2022
Merged

channel: Do not panic on very large timeout #798

merged 1 commit into from Mar 15, 2022

Conversation

taiki-e
Copy link
Member

@taiki-e taiki-e commented Mar 12, 2022

Fixes #795

@taiki-e taiki-e changed the title Do not panic on very large timeout channel: Do not panic on very large timeout Mar 12, 2022
@taiki-e
Copy link
Member Author

taiki-e commented Mar 15, 2022

bors r+

bors bot added a commit that referenced this pull request Mar 15, 2022
798: channel: Do not panic on very large timeout r=taiki-e a=taiki-e

Fixes #795

Co-authored-by: Taiki Endo <te316e89@gmail.com>
@bors
Copy link
Contributor

bors bot commented Mar 15, 2022

Canceled.

@taiki-e
Copy link
Member Author

taiki-e commented Mar 15, 2022

bors r+

@bors
Copy link
Contributor

bors bot commented Mar 15, 2022

Build succeeded:

@bors bors bot merged commit 8efcd02 into master Mar 15, 2022
@bors bors bot deleted the timeout branch March 15, 2022 11:19
bors bot added a commit that referenced this pull request Mar 15, 2022
800: Prepare for the next release r=taiki-e a=taiki-e

- crossbeam-channel 0.5.2 -> 0.5.3
  - Fix panic on very large timeout. (#798)
- crossbeam-epoch 0.9.7 -> 0.9.8
  - Make `Atomic::null()` const function at 1.61+. (#797)
- crossbeam-queue 0.3.4 -> 0.3.5
  - Add `ArrayQueue::force_push`. (#789)
- crossbeam-utils 0.8.7 -> 0.8.8
  - Fix a bug when unstable `loom` support is enabled. (#787)


Co-authored-by: Taiki Endo <te316e89@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

channel: Panic in .recv_timeout(Duration::MAX)
1 participant