Skip to content

Commit 315ab1a

Browse files
committed
Remove erroneous scheduler parameter to a when_all call.
1 parent f5cb636 commit 315ab1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

execution.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3485,7 +3485,7 @@ execution::scheduler auto sched = thread_pool.scheduler();
34853485
execution::sender auto sends_1 = ...;
34863486
execution::sender auto sends_abc = ...;
34873487

3488-
execution::sender auto both = execution::when_all(sched,
3488+
execution::sender auto both = execution::when_all(
34893489
sends_1,
34903490
sends_abc
34913491
);

0 commit comments

Comments
 (0)