Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
6341: Fix shared_future_continuation_order regression test r=hkaiser a=Pansysk75 Fixes occasional failure of shared_future_continuation_order regression test. If my understanding is correct, continuations are executed on newly spawned threads by default, which would not guarantee their order of execution. Launching with hpx::launch::sync should guarantee that no new thread is spawned, thus they are executed in sequence. (`@hkaiser` We had fixed this in some PR in the past, but it seems it didn't make it into master) Co-authored-by: Panos Syskakis <[email protected]>
- Loading branch information