Change to crossbeam channel in banking_threads VerifiedReceiver (#4822)

* Add crossbeam channel instead of channel in banking_stage
This commit is contained in:
carllin
2019-06-26 18:42:27 -07:00
committed by GitHub
parent 8cea650535
commit 9a52b01171
10 changed files with 73 additions and 40 deletions

View File

@@ -96,3 +96,5 @@ extern crate solana_metrics;
#[cfg(test)]
#[macro_use]
extern crate matches;
extern crate crossbeam_channel;