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

runtime: avoid unnecessary polling of block_on future #3582

Merged
merged 7 commits into from
Mar 16, 2021

Commits on Mar 5, 2021

  1. runtime: avoid unnecessary polling of block_on future

    Fix: tokio-rs#3475
    
    Signed-off-by: Zahari Dichev <zaharidichev@gmail.com>
    zaharidichev committed Mar 5, 2021
    Configuration menu
    Copy the full SHA
    ad9afd6 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2021

  1. add loom test

    Signed-off-by: Zahari Dichev <zaharidichev@gmail.com>
    zaharidichev committed Mar 6, 2021
    Configuration menu
    Copy the full SHA
    120ec47 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2021

  1. use two threads for loom test

    Signed-off-by: Zahari Dichev <zaharidichev@gmail.com>
    zaharidichev committed Mar 7, 2021
    Configuration menu
    Copy the full SHA
    37665a1 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2021

  1. add comments, decrease max tasks per tick

    Signed-off-by: Zahari Dichev <zaharidichev@gmail.com>
    zaharidichev committed Mar 8, 2021
    Configuration menu
    Copy the full SHA
    1d1d924 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2021

  1. another test

    Signed-off-by: Zahari Dichev <zaharidichev@gmail.com>
    zaharidichev committed Mar 9, 2021
    Configuration menu
    Copy the full SHA
    4eff7dc View commit details
    Browse the repository at this point in the history
  2. fix mod

    Signed-off-by: Zahari Dichev <zaharidichev@gmail.com>
    zaharidichev committed Mar 9, 2021
    Configuration menu
    Copy the full SHA
    6d772e9 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2021

  1. use swap with AcqRel, remove extra test

    Signed-off-by: Zahari Dichev <zaharidichev@gmail.com>
    zaharidichev committed Mar 11, 2021
    Configuration menu
    Copy the full SHA
    7ffe2b0 View commit details
    Browse the repository at this point in the history