mirror of
https://github.com/pezkuwichain/revive-differential-tests.git
synced 2026-04-22 17:17:58 +00:00
Update crates/node-interaction/src/blocking_executor.rs
Co-authored-by: xermicus <cyrill@parity.io>
This commit is contained in:
@@ -63,7 +63,6 @@ impl BlockingExecutor {
|
||||
// We spawn a new thread which will house the async runtime and will always be listening
|
||||
// for new tasks coming in and executing them as they come in.
|
||||
thread::spawn(move || {
|
||||
// Creating the tokio runtime on this current thread.
|
||||
let runtime = Builder::new_current_thread()
|
||||
.enable_all()
|
||||
.build()
|
||||
|
||||
Reference in New Issue
Block a user