Skip to content
This repository was archived by the owner on Jan 22, 2025. It is now read-only.

removes Select in favor of recv_timeout/try_iter#21981

Merged
behzadnouri merged 1 commit intosolana-labs:masterfrom
behzadnouri:rm-select
Dec 18, 2021
Merged

removes Select in favor of recv_timeout/try_iter#21981
behzadnouri merged 1 commit intosolana-labs:masterfrom
behzadnouri:rm-select

Conversation

@behzadnouri
Copy link
Copy Markdown
Contributor

Problem

crossbeam_channel::Select::ready_timeout might return with success spuriously.

Summary of Changes

removed Select in favor of recv_timeout/try_iter.

crossbeam_channel::Select::ready_timeout might return with success spuriously.
@codecov
Copy link
Copy Markdown

codecov Bot commented Dec 17, 2021

Codecov Report

Merging #21981 (4fd70ff) into master (8d22ca5) will increase coverage by 0.0%.
The diff coverage is 96.0%.

@@           Coverage Diff            @@
##           master   #21981    +/-   ##
========================================
  Coverage    81.2%    81.3%            
========================================
  Files         516      516            
  Lines      144284   144933   +649     
========================================
+ Hits       117256   117916   +660     
+ Misses      27028    27017    -11     

@behzadnouri behzadnouri merged commit 7476dfe into solana-labs:master Dec 18, 2021
@behzadnouri behzadnouri deleted the rm-select branch December 18, 2021 17:39
mergify Bot pushed a commit that referenced this pull request Dec 18, 2021
crossbeam_channel::Select::ready_timeout might return with success spuriously.

(cherry picked from commit 7476dfe)
mergify Bot added a commit that referenced this pull request Dec 18, 2021
crossbeam_channel::Select::ready_timeout might return with success spuriously.

(cherry picked from commit 7476dfe)

Co-authored-by: behzad nouri <behzadnouri@gmail.com>
@brooksprumo brooksprumo mentioned this pull request Jan 5, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant