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

repair for system in thread that can be deactivated #759

Merged
merged 1 commit into from
Nov 21, 2023

Commits on Nov 20, 2023

  1. repair for system in thread that can be deactivated

    The `system` primitive is intended to be like a `__collect_safe`
    foreign call, allowing other threads to perform a collection while
    waiting for the shell command to return. Its shell-command argument is
    allocated, however, so `system` needs a copy of its argument while
    its thread is deactivated.
    mflatt committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    1f1705c View commit details
    Browse the repository at this point in the history