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

Add is_closed, is_empty and len to mpsc::Receiver and mpsc::UnboundedReceiver #6348

Merged
merged 15 commits into from
Mar 24, 2024

Commits on Feb 15, 2024

  1. Configuration menu
    Copy the full SHA
    48587f8 View commit details
    Browse the repository at this point in the history
  2. fixes documentation links

    balliegojr committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    be9bbeb View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2024

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

Commits on Feb 25, 2024

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

Commits on Feb 26, 2024

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

Commits on Mar 2, 2024

  1. move empty channel check into is_empty function

    changes the Receiver is_closed function to have the same behaviour from the Sender.
    adds is_empty to the receiver to check if the channel is empty
    balliegojr committed Mar 2, 2024
    Configuration menu
    Copy the full SHA
    816aea7 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2024

  1. Configuration menu
    Copy the full SHA
    8a3851a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ab5278b View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2024

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

Commits on Mar 9, 2024

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

Commits on Mar 17, 2024

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

Commits on Mar 20, 2024

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

Commits on Mar 23, 2024

  1. Configuration menu
    Copy the full SHA
    6537a80 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ba1ccb3 View commit details
    Browse the repository at this point in the history