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 Receiver::new_sender to channels #750

Open
wants to merge 9 commits into
base: master
Choose a base branch
from

Commits on Oct 12, 2021

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

Commits on Oct 17, 2021

  1. Cleanup API

    oowekyala committed Oct 17, 2021
    Configuration menu
    Copy the full SHA
    9eed669 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2021

  1. Fix unstability warnings

    todo!() wasn't stable back in 1.36.0.
    I feel like unreachable!() is more appropriate
    anyway, as these code branches are unreachable
    until we implement the corresponding public
    function `bounded`.
    oowekyala committed Oct 29, 2021
    Configuration menu
    Copy the full SHA
    b9e3119 View commit details
    Browse the repository at this point in the history
  2. cargo fmt

    oowekyala committed Oct 29, 2021
    Configuration menu
    Copy the full SHA
    ecbf929 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2022

  1. Change unreachable to todo

    oowekyala committed Jan 23, 2022
    Configuration menu
    Copy the full SHA
    058cd16 View commit details
    Browse the repository at this point in the history
  2. Expand use statements

    oowekyala committed Jan 23, 2022
    Configuration menu
    Copy the full SHA
    3aaf115 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2022

  1. Configuration menu
    Copy the full SHA
    e7c1872 View commit details
    Browse the repository at this point in the history
  2. cargo fix

    oowekyala committed Feb 6, 2022
    Configuration menu
    Copy the full SHA
    f6eb658 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2022

  1. Cargo fmt

    oowekyala committed Feb 9, 2022
    Configuration menu
    Copy the full SHA
    1f73775 View commit details
    Browse the repository at this point in the history