mirror of
https://github.com/pezkuwichain/revive-differential-tests.git
synced 2026-06-14 14:31:11 +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 {
|
|||||||
.expect("Failed to create the async runtime");
|
.expect("Failed to create the async runtime");
|
||||||
|
|
||||||
runtime.block_on(async move {
|
runtime.block_on(async move {
|
||||||
// Keep getting new task messages from all of the other threads.
|
|
||||||
while let Some(TaskMessage {
|
while let Some(TaskMessage {
|
||||||
future: task,
|
future: task,
|
||||||
response_tx: response_channel,
|
response_tx: response_channel,
|
||||||
|
|||||||
Reference in New Issue
Block a user