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

Add JoinSet #4335

Merged
merged 21 commits into from Feb 1, 2022
Merged

Add JoinSet #4335

merged 21 commits into from Feb 1, 2022

Commits on Dec 21, 2021

  1. task: add TaskSet

    Darksonn committed Dec 21, 2021
    Configuration menu
    Copy the full SHA
    0caf1e3 View commit details
    Browse the repository at this point in the history
  2. Fix incorrect comment.

    That was a previous iteration.
    Darksonn committed Dec 21, 2021
    Configuration menu
    Copy the full SHA
    8b10985 View commit details
    Browse the repository at this point in the history
  3. Move length field

    Darksonn committed Dec 21, 2021
    Configuration menu
    Copy the full SHA
    a3ccb57 View commit details
    Browse the repository at this point in the history
  4. fix MSRV only warning

    Darksonn committed Dec 21, 2021
    Configuration menu
    Copy the full SHA
    c921ea9 View commit details
    Browse the repository at this point in the history
  5. clippy

    Darksonn committed Dec 21, 2021
    Configuration menu
    Copy the full SHA
    f28a0de View commit details
    Browse the repository at this point in the history
  6. clippy

    Darksonn committed Dec 21, 2021
    Configuration menu
    Copy the full SHA
    ce71797 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2022

  1. Configuration menu
    Copy the full SHA
    922d082 View commit details
    Browse the repository at this point in the history
  2. Rework IdleNotifiedSet

    Darksonn committed Jan 24, 2022
    Configuration menu
    Copy the full SHA
    d915fcc View commit details
    Browse the repository at this point in the history
  3. Add coop budget test

    Darksonn committed Jan 24, 2022
    Configuration menu
    Copy the full SHA
    650f22c View commit details
    Browse the repository at this point in the history
  4. rustfmt

    Darksonn committed Jan 24, 2022
    Configuration menu
    Copy the full SHA
    423929e View commit details
    Browse the repository at this point in the history
  5. Fix warning

    Darksonn committed Jan 24, 2022
    Configuration menu
    Copy the full SHA
    5f25059 View commit details
    Browse the repository at this point in the history
  6. Add detach_all and abort_all

    Darksonn committed Jan 24, 2022
    Configuration menu
    Copy the full SHA
    8bbe89c View commit details
    Browse the repository at this point in the history
  7. Fix minrust failure

    Darksonn committed Jan 24, 2022
    Configuration menu
    Copy the full SHA
    b580565 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2022

  1. Address code review

    Darksonn committed Jan 26, 2022
    Configuration menu
    Copy the full SHA
    f11a033 View commit details
    Browse the repository at this point in the history
  2. rustfmt

    Darksonn committed Jan 26, 2022
    Configuration menu
    Copy the full SHA
    ba28c27 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2022

  1. Rename to JoinSet

    Darksonn committed Jan 27, 2022
    Configuration menu
    Copy the full SHA
    2b19d21 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bafa50f View commit details
    Browse the repository at this point in the history
  3. Address code review

    Darksonn committed Jan 27, 2022
    Configuration menu
    Copy the full SHA
    238b8c4 View commit details
    Browse the repository at this point in the history
  4. rustfmt

    Darksonn committed Jan 27, 2022
    Configuration menu
    Copy the full SHA
    3929ab5 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2022

  1. Add safety heading

    Darksonn committed Jan 28, 2022
    Configuration menu
    Copy the full SHA
    a00fc01 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2d75745 View commit details
    Browse the repository at this point in the history