Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
perform launch_if_ready asynchronously, at start of a new stack
... rather than recursively deep in a dependency processing chain probably some change in performance? launch_if_ready was already intended to be launched multiple times from multiple threads. this PR might make the invocation to launch_if_ready happen a bit later, but correctness-wise that should be fine: a task can only become *more* ready to run, not less *ready*.
- Loading branch information