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

tokio: add builder function for watch::Sender #5998

Merged
merged 6 commits into from Sep 19, 2023

Commits on Sep 10, 2023

  1. tokio: add builder function for watch::Sender

    Added a method that allows to build a Sender without specifying any Receiver.
    nicflower committed Sep 10, 2023
    Configuration menu
    Copy the full SHA
    94b5392 View commit details
    Browse the repository at this point in the history
  2. Revert "tokio: add builder function for watch::Sender"

    This reverts commit 94b5392.
    nicflower committed Sep 10, 2023
    Configuration menu
    Copy the full SHA
    1a9ebf2 View commit details
    Browse the repository at this point in the history
  3. tokio: function new for watch::Sender

    Added a function that basically calls the watch::channel function and drops the returned receiver
    nicflower committed Sep 10, 2023
    Configuration menu
    Copy the full SHA
    3fe3611 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2023

  1. fix comment typo

    Co-authored-by: Alice Ryhl <aliceryhl@google.com>
    nicflower and Darksonn committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    fed6789 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2023

  1. fix docs code example

    nicflower committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    7012700 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2023

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