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

sync: Add is_closed method to mpsc senders #2726

Merged
merged 15 commits into from Sep 28, 2020

Commits on Sep 26, 2020

  1. Copy the full SHA
    95634d1 View commit details
    Browse the repository at this point in the history
  2. fixup

    MikailBag committed Sep 26, 2020
    Copy the full SHA
    a2ede2f View commit details
    Browse the repository at this point in the history
  3. correctly work in loom mode

    MikailBag committed Sep 26, 2020
    Copy the full SHA
    72d738c View commit details
    Browse the repository at this point in the history
  4. fix comments formatting

    MikailBag committed Sep 26, 2020
    Copy the full SHA
    8263b0f View commit details
    Browse the repository at this point in the history
  5. fix another Arc mismatch

    MikailBag committed Sep 26, 2020
    Copy the full SHA
    744ff6f View commit details
    Browse the repository at this point in the history
  6. fix coop-related bug

    MikailBag committed Sep 26, 2020
    Copy the full SHA
    4290d68 View commit details
    Browse the repository at this point in the history
  7. improve impl

    MikailBag committed Sep 26, 2020
    Copy the full SHA
    13e444b View commit details
    Browse the repository at this point in the history
  8. rm unrelated diff

    MikailBag committed Sep 26, 2020
    Copy the full SHA
    d7fdac6 View commit details
    Browse the repository at this point in the history
  9. cleanup

    MikailBag committed Sep 26, 2020
    Copy the full SHA
    188b50d View commit details
    Browse the repository at this point in the history
  10. reodred

    MikailBag committed Sep 26, 2020
    Copy the full SHA
    6c2197c View commit details
    Browse the repository at this point in the history
  11. fmt

    MikailBag committed Sep 26, 2020
    Copy the full SHA
    12c95b1 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2020

  1. [lhs]

    Co-authored-by: Alice Ryhl <alice@ryhl.io>
    MikailBag and Darksonn committed Sep 27, 2020
    Copy the full SHA
    b652c0f View commit details
    Browse the repository at this point in the history
  2. improve docs rhs

    MikailBag committed Sep 27, 2020
    Copy the full SHA
    6ca9ae8 View commit details
    Browse the repository at this point in the history
  3. wrap

    MikailBag committed Sep 27, 2020
    Copy the full SHA
    a924727 View commit details
    Browse the repository at this point in the history
  4. std::mem::drop -> drop

    Co-authored-by: Alice Ryhl <alice@ryhl.io>
    MikailBag and Darksonn committed Sep 27, 2020
    Copy the full SHA
    2b7aa8e View commit details
    Browse the repository at this point in the history