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

WIP: Add resubscribe functionality to broadcast::Receiver #4607

Merged
merged 13 commits into from May 28, 2022

Commits on May 24, 2022

  1. Add subscribe method to broadcast::Receiver

    Evan Simmons committed May 24, 2022
    Copy the full SHA
    50b1bbd View commit details
    Browse the repository at this point in the history
  2. add a test for broadcast::Receiver Clone impl

    estk authored and Evan Simmons committed May 24, 2022
    Copy the full SHA
    1b9cc18 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    0b0dc16 View commit details
    Browse the repository at this point in the history
  4. mutex for send2

    Evan Simmons committed May 24, 2022
    Copy the full SHA
    a740fa7 View commit details
    Browse the repository at this point in the history
  5. fix a race with send2

    estk authored and Evan Simmons committed May 24, 2022
    Copy the full SHA
    74d8726 View commit details
    Browse the repository at this point in the history
  6. fmt

    Evan Simmons committed May 24, 2022
    Copy the full SHA
    72f604b View commit details
    Browse the repository at this point in the history
  7. rm old diff

    estk authored and Evan Simmons committed May 24, 2022
    Copy the full SHA
    3f95cc8 View commit details
    Browse the repository at this point in the history
  8. fix docs and calls

    estk authored and Evan Simmons committed May 24, 2022
    Copy the full SHA
    ce17a1f View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    312fd3d View commit details
    Browse the repository at this point in the history
  10. fix compile error

    Evan Simmons committed May 24, 2022
    Copy the full SHA
    71c8a46 View commit details
    Browse the repository at this point in the history
  11. rm clone, better docs, remove unnecessary tests

    Evan Simmons committed May 24, 2022
    Copy the full SHA
    cb29a03 View commit details
    Browse the repository at this point in the history
  12. fix doctest

    Evan Simmons committed May 24, 2022
    Copy the full SHA
    e06e907 View commit details
    Browse the repository at this point in the history
  13. use suggestion

    Evan Simmons committed May 24, 2022
    Copy the full SHA
    695babe View commit details
    Browse the repository at this point in the history