mirror of
https://github.com/pezkuwichain/revive-differential-tests.git
synced 2026-04-22 14:57:55 +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,
|
||||
}) = rx.recv().await
|
||||
{
|
||||
// Spawn off each job so that the receive loop is not blocked.
|
||||
tracing::trace!("Received a new future to execute");
|
||||
tokio::spawn(async move {
|
||||
let task = AssertUnwindSafe(task).catch_unwind();
|
||||
|
||||
Reference in New Issue
Block a user