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

channel: add max_capacity method #4904

Merged
merged 10 commits into from Aug 14, 2022
Merged

Commits on Aug 11, 2022

  1. channel: add max_capacity method

    Daksh committed Aug 11, 2022
    Copy the full SHA
    cfb4895 View commit details
    Browse the repository at this point in the history
  2. Run cargo test with TRYBUILD=overwrite

    Daksh committed Aug 11, 2022
    Copy the full SHA
    ec9b28f View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2022

  1. Reverse missfix

    Daksh committed Aug 12, 2022
    Copy the full SHA
    c82e6fb View commit details
    Browse the repository at this point in the history
  2. minor wording fix

    Daksh committed Aug 12, 2022
    Copy the full SHA
    2454d98 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    b8c7865 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    a4f8512 View commit details
    Browse the repository at this point in the history
  5. Add period in docs

    Daksh committed Aug 12, 2022
    Copy the full SHA
    dc32a82 View commit details
    Browse the repository at this point in the history
  6. docs: Refine max_capacity and capacity docs to be more informative

    tests: test max_capacity and capacity using Sender::send
    Daksh committed Aug 12, 2022
    Copy the full SHA
    a88fb0f View commit details
    Browse the repository at this point in the history
  7. prefix rx with underscore

    Daksh committed Aug 12, 2022
    Copy the full SHA
    26f04b8 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2022

  1. docs: minor suggestion

    Daksh committed Aug 14, 2022
    Copy the full SHA
    95fe056 View commit details
    Browse the repository at this point in the history