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

rt: move signal driver to runtime module #5121

Merged
merged 2 commits into from Oct 24, 2022

Commits on Oct 24, 2022

  1. rt: move signal driver to runtime module

    The signal feature only requires a driver with unix platforms. The
    unix signal driver uses the I/O driver. A future refactor would like to
    make the signal driver use internal APIs of the I/O driver. To do this,
    the signal driver must be moved to the runtime module.
    carllerche committed Oct 24, 2022
    Copy the full SHA
    9df7cad View commit details
    Browse the repository at this point in the history
  2. fix lib tests

    carllerche committed Oct 24, 2022
    Copy the full SHA
    edaebef View commit details
    Browse the repository at this point in the history