mirror of
https://github.com/pezkuwichain/revive-differential-tests.git
synced 2026-06-14 05:11:07 +00:00
Update crates/node-interaction/src/blocking_executor.rs
Co-authored-by: xermicus <cyrill@parity.io>
This commit is contained in:
@@ -69,7 +69,6 @@ impl BlockingExecutor {
|
|||||||
response_tx: response_channel,
|
response_tx: response_channel,
|
||||||
}) = rx.recv().await
|
}) = rx.recv().await
|
||||||
{
|
{
|
||||||
// Spawn off each job so that the receive loop is not blocked.
|
|
||||||
tracing::trace!("Received a new future to execute");
|
tracing::trace!("Received a new future to execute");
|
||||||
tokio::spawn(async move {
|
tokio::spawn(async move {
|
||||||
let task = AssertUnwindSafe(task).catch_unwind();
|
let task = AssertUnwindSafe(task).catch_unwind();
|
||||||
|
|||||||
Reference in New Issue
Block a user