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

Handle SIGTERM and signals from user space #57

Merged
merged 182 commits into from
Jul 21, 2024
Merged

Commits on Feb 23, 2024

  1. Reconcile with latest main

    rustworthy committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    9fdcd85 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2024

  1. Configuration menu
    Copy the full SHA
    cbeb2ce View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a3b99c4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7ab8ab3 View commit details
    Browse the repository at this point in the history
  4. Revert "Comment out Openssl installation on windows in CI"

    This reverts commit 7ab8ab3.
    rustworthy committed Feb 24, 2024
    Configuration menu
    Copy the full SHA
    e6b3a4c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ab38bfc View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ce4c8f2 View commit details
    Browse the repository at this point in the history
  7. interim

    rustworthy committed Feb 24, 2024
    Configuration menu
    Copy the full SHA
    fb2ddf1 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2d4ef10 View commit details
    Browse the repository at this point in the history
  9. Run fmt

    rustworthy committed Feb 24, 2024
    Configuration menu
    Copy the full SHA
    0582514 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2024

  1. Split client mod

    rustworthy committed Feb 25, 2024
    Configuration menu
    Copy the full SHA
    7f44798 View commit details
    Browse the repository at this point in the history
  2. Producer -> Client

    rustworthy committed Feb 25, 2024
    Configuration menu
    Copy the full SHA
    84864da View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6d11ad9 View commit details
    Browse the repository at this point in the history
  4. Consumer -> Worker

    rustworthy committed Feb 25, 2024
    Configuration menu
    Copy the full SHA
    a875a35 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2024

  1. Add JobId struct

    rustworthy committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    a1c613a View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2024

  1. Use JobId in lib

    rustworthy committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    008126d View commit details
    Browse the repository at this point in the history
  2. Use WorkerId new-type

    rustworthy committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    9a56dea View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    566d2a2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b7560ba View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2024

  1. re-export async trait

    rustworthy committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    2fb7c63 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    755d452 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2024

  1. Clean up in worker crate

    rustworthy committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    65110cf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dcd6d97 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3c9ade4 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2024

  1. Configuration menu
    Copy the full SHA
    55890c8 View commit details
    Browse the repository at this point in the history
  2. Fix copypasta in cmd.rs

    rustworthy committed Mar 2, 2024
    Configuration menu
    Copy the full SHA
    00a6d1d View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2024

  1. Configuration menu
    Copy the full SHA
    5382d5e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dde77ce View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    faeb436 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9ba6e85 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fe65c67 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ab59c97 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8b979a4 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2024

  1. Configuration menu
    Copy the full SHA
    5077f2a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5b041c9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4efd5b6 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2024

  1. Configuration menu
    Copy the full SHA
    d657f69 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    53969f7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ea5fa8b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d3389ca View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b3a272d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c70ff2c View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2024

  1. Clean up in Cleint::init

    rustworthy committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    a561377 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e2ccfcf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a1a701e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9e55c24 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3aba8da View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8270b7e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b97071e View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2024

  1. Configuration menu
    Copy the full SHA
    6a32b4e View commit details
    Browse the repository at this point in the history
  2. Make jid private again

    rustworthy committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    84897e9 View commit details
    Browse the repository at this point in the history
  3. Keep args private on Job

    rustworthy committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    fddd71f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    11c9a87 View commit details
    Browse the repository at this point in the history
  5. Rm left-over from testing

    rustworthy committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    bfc76fc View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5ee03bd View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8da1e6c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    44a3b31 View commit details
    Browse the repository at this point in the history
  9. Clean up 'roundtrip' test

    rustworthy committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    8b6e784 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2024

  1. Configuration menu
    Copy the full SHA
    ef9aea0 View commit details
    Browse the repository at this point in the history
  2. Add 'forever' example

    rustworthy committed Apr 6, 2024
    Configuration menu
    Copy the full SHA
    10ae119 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a2bb363 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bca69f1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5d1a203 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9f59757 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a38cde9 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ddb26c3 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    d73de7c View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    0fc49ed View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    e5efcfb View commit details
    Browse the repository at this point in the history
  12. Re-export 'tokio' lib

    rustworthy committed Apr 6, 2024
    Configuration menu
    Copy the full SHA
    c6aeced View commit details
    Browse the repository at this point in the history
  13. Add 'run' to examples

    rustworthy committed Apr 6, 2024
    Configuration menu
    Copy the full SHA
    90b8c11 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    8ad3e60 View commit details
    Browse the repository at this point in the history
  15. Clean up

    rustworthy committed Apr 6, 2024
    Configuration menu
    Copy the full SHA
    fc54e9f View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    b633b19 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2024

  1. Configuration menu
    Copy the full SHA
    dd3a989 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6bc3fd6 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2024

  1. Configuration menu
    Copy the full SHA
    ec72dea View commit details
    Browse the repository at this point in the history
  2. Ignore mutants output

    rustworthy committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    9077b01 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2024

  1. Use oneshot channel

    rustworthy committed Apr 14, 2024
    Configuration menu
    Copy the full SHA
    6f195fb View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2024

  1. Configuration menu
    Copy the full SHA
    6b9f3c0 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2024

  1. Configuration menu
    Copy the full SHA
    5a17498 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    13eaace View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8d54b0c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f1e5966 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2024

  1. Configuration menu
    Copy the full SHA
    58cb247 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6628efb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6af3dcc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f8d3f32 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e9cd581 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2df103d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a491964 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    bb60f6b View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2024

  1. Configuration menu
    Copy the full SHA
    14bcf64 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    609950f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    db9b636 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    757f92e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6469573 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    803400d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4b29f9c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d869858 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    9329ea0 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    3b05585 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    14e06ad View commit details
    Browse the repository at this point in the history
  12. Run cargo fmt

    rustworthy committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    df8a4b1 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2024

  1. Configuration menu
    Copy the full SHA
    2bd215d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2d4da65 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0703983 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    55d9bea View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8d91c26 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a44c63a View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2024

  1. Configuration menu
    Copy the full SHA
    a088548 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ce4a65f View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2024

  1. Configuration menu
    Copy the full SHA
    da28e8d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    050a28d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6644a2f View commit details
    Browse the repository at this point in the history
  4. Do not use *Ext as bounds

    rustworthy committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    6e5121a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0490637 View commit details
    Browse the repository at this point in the history
  6. Rm excessive bounds

    rustworthy committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    dfda0db View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    56ccfb6 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    44b8cfb View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2024

  1. Configuration menu
    Copy the full SHA
    f07d932 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cdb8caf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fd231d1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    15d1711 View commit details
    Browse the repository at this point in the history
  5. Run cargo fmt on sources

    rustworthy committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    7724d24 View commit details
    Browse the repository at this point in the history
  6. Make min version pass

    rustworthy committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    46e5457 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    57c958c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    70d40ad View commit details
    Browse the repository at this point in the history

Commits on May 1, 2024

  1. Configuration menu
    Copy the full SHA
    758b9a3 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2024

  1. Configuration menu
    Copy the full SHA
    a679c21 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2f61dca View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1f5d9b1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c7e8d7a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    299e386 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4a6af8b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7896865 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2024

  1. Revert "Add support for blocking handlers"

    This reverts commit 7896865.
    rustworthy committed May 20, 2024
    Configuration menu
    Copy the full SHA
    7865459 View commit details
    Browse the repository at this point in the history
  2. Rm examples

    rustworthy committed May 20, 2024
    Configuration menu
    Copy the full SHA
    7c523a6 View commit details
    Browse the repository at this point in the history
  3. Update README.md

    rustworthy committed May 20, 2024
    Configuration menu
    Copy the full SHA
    be48003 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4ce9d50 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    73b2580 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2024

  1. Configuration menu
    Copy the full SHA
    96e3f2c View commit details
    Browse the repository at this point in the history
  2. Update docs

    rustworthy committed May 21, 2024
    Configuration menu
    Copy the full SHA
    e59e2ec View commit details
    Browse the repository at this point in the history
  3. Update README.md

    rustworthy committed May 21, 2024
    Configuration menu
    Copy the full SHA
    8340767 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2024

  1. Configuration menu
    Copy the full SHA
    6093201 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2024

  1. Configuration menu
    Copy the full SHA
    6e9a150 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2024

  1. Update src/worker/builder.rs

    Co-authored-by: Jon Gjengset <[email protected]>
    rustworthy and jonhoo authored May 29, 2024
    Configuration menu
    Copy the full SHA
    a50300c View commit details
    Browse the repository at this point in the history
  2. Update src/worker/mod.rs

    Co-authored-by: Jon Gjengset <[email protected]>
    rustworthy and jonhoo authored May 29, 2024
    Configuration menu
    Copy the full SHA
    397b4c4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    42e3bbd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8c2d054 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2024

  1. Configuration menu
    Copy the full SHA
    2c44785 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b296315 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2024

  1. Configuration menu
    Copy the full SHA
    9a8c8e1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4b373e0 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2024

  1. Configuration menu
    Copy the full SHA
    55b7453 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2024

  1. Configuration menu
    Copy the full SHA
    2586854 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bdf7c0d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    eee3f6d View commit details
    Browse the repository at this point in the history
  4. Update src/worker/mod.rs

    Co-authored-by: Jon Gjengset <[email protected]>
    rustworthy and jonhoo authored Jul 15, 2024
    Configuration menu
    Copy the full SHA
    f0f1dd7 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2024

  1. Configuration menu
    Copy the full SHA
    b6ca794 View commit details
    Browse the repository at this point in the history
  2. Update src/worker/mod.rs

    Co-authored-by: Jon Gjengset <[email protected]>
    rustworthy and jonhoo authored Jul 16, 2024
    Configuration menu
    Copy the full SHA
    42304bf View commit details
    Browse the repository at this point in the history
  3. Update src/worker/mod.rs

    Co-authored-by: Jon Gjengset <[email protected]>
    rustworthy and jonhoo authored Jul 16, 2024
    Configuration menu
    Copy the full SHA
    6240de0 View commit details
    Browse the repository at this point in the history
  4. Update src/worker/mod.rs

    Co-authored-by: Jon Gjengset <[email protected]>
    rustworthy and jonhoo authored Jul 16, 2024
    Configuration menu
    Copy the full SHA
    f41e063 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    68628ac View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2024

  1. Configuration menu
    Copy the full SHA
    88f53ee View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6edfc08 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b29f2ef View commit details
    Browse the repository at this point in the history
  4. Fix typo

    rustworthy committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    d1ad275 View commit details
    Browse the repository at this point in the history
  5. Add heart broken test

    rustworthy committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    bf4d143 View commit details
    Browse the repository at this point in the history
  6. Rm noise in diff

    rustworthy committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    85adafd View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0db6f0c View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2024

  1. Configuration menu
    Copy the full SHA
    e6f07ce View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e0cb357 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2024

  1. Update src/worker/stop.rs

    Co-authored-by: Jon Gjengset <[email protected]>
    rustworthy and jonhoo authored Jul 21, 2024
    Configuration menu
    Copy the full SHA
    8944098 View commit details
    Browse the repository at this point in the history
  2. Update src/worker/stop.rs

    Co-authored-by: Jon Gjengset <[email protected]>
    rustworthy and jonhoo authored Jul 21, 2024
    Configuration menu
    Copy the full SHA
    5839952 View commit details
    Browse the repository at this point in the history
  3. Update src/worker/stop.rs

    Co-authored-by: Jon Gjengset <[email protected]>
    rustworthy and jonhoo authored Jul 21, 2024
    Configuration menu
    Copy the full SHA
    4c125b6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    529812c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    27b27a0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4c4dd58 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4415e60 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8de6397 View commit details
    Browse the repository at this point in the history
  9. Also handle panics

    jonhoo committed Jul 21, 2024
    Configuration menu
    Copy the full SHA
    6eb5b17 View commit details
    Browse the repository at this point in the history