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

removes Select in favor of recv_timeout/try_iter #21981

Merged
merged 1 commit into from
Dec 18, 2021

Conversation

behzadnouri
Copy link
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

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 <[email protected]>
@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