Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix @spawn_or_run_task with interactive threads #3385

Merged
merged 3 commits into from
Oct 10, 2023
Merged

Fix @spawn_or_run_task with interactive threads #3385

merged 3 commits into from
Oct 10, 2023

Commits on Oct 6, 2023

  1. 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.
    nalimilan committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    edf0798 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2023

  1. Fixes

    nalimilan committed Oct 7, 2023
    Configuration menu
    Copy the full SHA
    767276a View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2023

  1. Update NEWS.md

    nalimilan authored Oct 10, 2023
    Configuration menu
    Copy the full SHA
    2b299c9 View commit details
    Browse the repository at this point in the history