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

feat: Add a way to reserve many permits on bounded mpsc channel #6205

Merged
merged 45 commits into from
Jan 2, 2024

Commits on Dec 9, 2023

  1. Configuration menu
    Copy the full SHA
    14d0af6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    92c26b5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b684f3c View commit details
    Browse the repository at this point in the history
  4. mpsc: fix fmt

    Totodore committed Dec 9, 2023
    Configuration menu
    Copy the full SHA
    c40178b View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2023

  1. Configuration menu
    Copy the full SHA
    53fb399 View commit details
    Browse the repository at this point in the history
  2. mpsc: fix rustdoc

    Totodore committed Dec 10, 2023
    Configuration menu
    Copy the full SHA
    242f171 View commit details
    Browse the repository at this point in the history
  3. mpsc: fix fmt

    Totodore committed Dec 10, 2023
    Configuration menu
    Copy the full SHA
    81c91da View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ad21c6c View commit details
    Browse the repository at this point in the history
  5. mpsc: apply doc suggestions

    Co-authored-by: Tymoteusz Wiśniewski <tymo@tymo.xyz>
    Totodore and satakuma authored Dec 10, 2023
    Configuration menu
    Copy the full SHA
    71c48ba View commit details
    Browse the repository at this point in the history
  6. mpsc: fix Debug implementation for PermitIterator

    Co-authored-by: Alice Ryhl <aliceryhl@google.com>
    Totodore and Darksonn authored Dec 10, 2023
    Configuration menu
    Copy the full SHA
    8dd3078 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9d9435b View commit details
    Browse the repository at this point in the history
  8. mpsc: improve doc

    Co-authored-by: oliver <151407407+kwfn@users.noreply.github.com>
    Totodore and oliver authored Dec 10, 2023
    Configuration menu
    Copy the full SHA
    28d8c51 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    08a8622 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    5f9cb1a View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2023

  1. Configuration menu
    Copy the full SHA
    5bcc3f9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a3fd29e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    419bfd3 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2023

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

Commits on Dec 13, 2023

  1. Configuration menu
    Copy the full SHA
    8f9d4c1 View commit details
    Browse the repository at this point in the history
  2. mpsc: fix fmt

    Totodore committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    59944ba View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2023

  1. Configuration menu
    Copy the full SHA
    bffa2fa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d9bf134 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2ee4f76 View commit details
    Browse the repository at this point in the history
  4. mpsc: fix fmt

    Totodore committed Dec 17, 2023
    Configuration menu
    Copy the full SHA
    6a1ffbf View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2023

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

Commits on Dec 22, 2023

  1. Configuration menu
    Copy the full SHA
    323e6b6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5496399 View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2023

  1. Configuration menu
    Copy the full SHA
    ddd44d1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f103641 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b688a05 View commit details
    Browse the repository at this point in the history
  4. mpsc: fix formatting

    Totodore committed Dec 23, 2023
    Configuration menu
    Copy the full SHA
    3b705be View commit details
    Browse the repository at this point in the history
  5. mpsc: fix formatting

    Totodore committed Dec 23, 2023
    Configuration menu
    Copy the full SHA
    430286b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    58f7648 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a25fb7c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2bd5c8b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    bd8c3e6 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    6988079 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    133f2c1 View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2024

  1. Configuration menu
    Copy the full SHA
    c39878e View commit details
    Browse the repository at this point in the history
  2. mpsc: apply doc suggestion

    Totodore committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    f7025ce View commit details
    Browse the repository at this point in the history
  3. mpsc: Apply suggestions from code review

    Co-authored-by: Alice Ryhl <aliceryhl@google.com>
    Totodore and Darksonn authored Jan 2, 2024
    Configuration menu
    Copy the full SHA
    0d19901 View commit details
    Browse the repository at this point in the history
  4. mpsc: fix sync_mpsc tests

    Totodore committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    3fdb5d9 View commit details
    Browse the repository at this point in the history
  5. mpsc: fix sync_mpsc tests

    Totodore committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    e5f1df8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    830188e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ec8b537 View commit details
    Browse the repository at this point in the history