Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix
@spawn_or_run_task
with interactive threads
When Julia ≥ 1.9 is started with `-tX,Y`, by default tasks use the pool of interactive threads instead of the default pool. Fix this by updating `spawn_or_run_task` to match the code used by `@spawn` in Julia master.
- Loading branch information