Skip to content

Commit a920f2e

Browse files
authored
Merge pull request #245 from brycelelbach/patch-1
Remove erroneous scheduler parameter to a `when_all` call.
2 parents f5cb636 + 315ab1a commit a920f2e

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)