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

sync: add mpsc::Sender::closed future #2840

Merged
merged 6 commits into from Sep 25, 2020

Commits on Sep 25, 2020

  1. sync: add mpsc::Sender::closed future

    Fixes: tokio-rs#2800
    
    Signed-off-by: Zahari Dichev <zaharidichev@gmail.com>
    zaharidichev committed Sep 25, 2020
    Copy the full SHA
    c64ca70 View commit details
    Browse the repository at this point in the history
  2. Track closed state via the semapthore

    Signed-off-by: Zahari Dichev <zaharidichev@gmail.com>
    zaharidichev committed Sep 25, 2020
    Copy the full SHA
    c4899a7 View commit details
    Browse the repository at this point in the history
  3. Always expect Pending when polling the Notified

    Signed-off-by: Zahari Dichev <zaharidichev@gmail.com>
    zaharidichev committed Sep 25, 2020
    Copy the full SHA
    60ef273 View commit details
    Browse the repository at this point in the history
  4. Fix features errors

    Signed-off-by: Zahari Dichev <zaharidichev@gmail.com>
    zaharidichev committed Sep 25, 2020
    Copy the full SHA
    edd97a2 View commit details
    Browse the repository at this point in the history
  5. Add Semaphore bound for closed impl

    Signed-off-by: Zahari Dichev <zaharidichev@gmail.com>
    zaharidichev committed Sep 25, 2020
    Copy the full SHA
    19bfab1 View commit details
    Browse the repository at this point in the history
  6. Remove duplicate mod

    Signed-off-by: Zahari Dichev <zaharidichev@gmail.com>
    zaharidichev committed Sep 25, 2020
    Copy the full SHA
    89c47fc View commit details
    Browse the repository at this point in the history