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

Implement Weak version of mpsc::Sender #4595

Merged
merged 13 commits into from Jul 27, 2022

Commits on Jul 18, 2022

  1. Copy the full SHA
    19e63e4 View commit details
    Browse the repository at this point in the history
  2. add tests

    b-naber committed Jul 18, 2022
    Copy the full SHA
    a0d94a1 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    94eb03e View commit details
    Browse the repository at this point in the history
  4. use Arc in WeakSender

    b-naber committed Jul 18, 2022
    Copy the full SHA
    a01ad39 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    5006259 View commit details
    Browse the repository at this point in the history
  6. address review

    b-naber committed Jul 18, 2022
    Copy the full SHA
    3a95b5a View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2022

  1. add and update tests

    b-naber committed Jul 20, 2022
    Copy the full SHA
    f37d013 View commit details
    Browse the repository at this point in the history
  2. address other comments

    b-naber committed Jul 20, 2022
    Copy the full SHA
    b76aeb7 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2022

  1. add permit tests

    b-naber committed Jul 21, 2022
    Copy the full SHA
    631fc03 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2022

  1. docs

    b-naber committed Jul 22, 2022
    Copy the full SHA
    ef6fabb View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2022

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

Commits on Jul 27, 2022

  1. address review

    b-naber committed Jul 27, 2022
    Copy the full SHA
    59a6dfe View commit details
    Browse the repository at this point in the history
  2. fix doc test for WeakSender

    b-naber committed Jul 27, 2022
    Copy the full SHA
    188f4ee View commit details
    Browse the repository at this point in the history