Skip to content

Commit 4952e4c

Browse files
committed
fixup
1 parent 2632ab7 commit 4952e4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

turbopack/crates/turbo-tasks/src/parallel.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ impl<'l> ProcessInParallelContext<'l> {
5050
};
5151
let turbo_tasks = self.turbo_tasks.clone();
5252
let span = self.span.clone();
53-
self.handle.spawn_blocking(|| {
53+
self.handle.spawn(async move {
5454
turbo_tasks_scope(turbo_tasks, || {
5555
let _guard = span.entered();
5656
f()

0 commit comments

Comments
 (0)