convert std::sync::mpsc to crossbeam_channel (#22264)
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
//! table to blockstore.
|
||||
|
||||
use {
|
||||
crossbeam_channel::Receiver,
|
||||
solana_ledger::blockstore::Blockstore,
|
||||
solana_measure::measure::Measure,
|
||||
solana_program_runtime::timings::ExecuteTimings,
|
||||
@@ -12,7 +13,6 @@ use {
|
||||
std::{
|
||||
sync::{
|
||||
atomic::{AtomicBool, Ordering},
|
||||
mpsc::Receiver,
|
||||
Arc, RwLock,
|
||||
},
|
||||
thread::{self, Builder, JoinHandle},
|
||||
|
||||
Reference in New Issue
Block a user