mirror of
https://github.com/pezkuwichain/revive-differential-tests.git
synced 2026-06-14 00:31:05 +00:00
Update crates/node-interaction/src/blocking_executor.rs
Co-authored-by: xermicus <cyrill@parity.io>
This commit is contained in:
@@ -90,7 +90,6 @@ impl BlockingExecutor {
|
|||||||
// expecting it to be in.
|
// expecting it to be in.
|
||||||
let future = Box::pin(async move { Box::new(future.await) as Box<dyn Any + Send> });
|
let future = Box::pin(async move { Box::new(future.await) as Box<dyn Any + Send> });
|
||||||
|
|
||||||
// Sending the task to the runtime,
|
|
||||||
let task = TaskMessage {
|
let task = TaskMessage {
|
||||||
future,
|
future,
|
||||||
response_tx,
|
response_tx,
|
||||||
|
|||||||
Reference in New Issue
Block a user