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

tokio: add support for signals up to SIGRTMAX #4555

Merged
merged 4 commits into from Mar 5, 2022
Merged

tokio: add support for signals up to SIGRTMAX #4555

merged 4 commits into from Mar 5, 2022

Commits on Mar 3, 2022

  1. tokio: add support for signals up to SIGRTMAX

    The POSIX standard not only supports "reliable signals", but also
    "real-time signals". This commit adds support for the latter.
    
    Fixes: #4554
    weisbrja committed Mar 3, 2022
    Copy the full SHA
    77ec6d4 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2022

  1. Copy the full SHA
    e3d1489 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    75dc6e1 View commit details
    Browse the repository at this point in the history
  3. tokio: fixed formatting

    weisbrja committed Mar 4, 2022
    Copy the full SHA
    8795346 View commit details
    Browse the repository at this point in the history