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

Make run_until_stalled handle self-waking futures #2593

Merged
merged 5 commits into from May 11, 2022

Commits on May 11, 2022

  1. Make run_until_stalled handle self-waking futures

    LocalPool::try_run_one and run_until_stalled now correctly re-try when a
    future "yields" by calling wake and returning Pending.
    khollbach committed May 11, 2022
    Copy the full SHA
    4a70fb9 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    bed05b8 View commit details
    Browse the repository at this point in the history
  3. Add regression tests

    khollbach committed May 11, 2022
    Copy the full SHA
    99dd3c8 View commit details
    Browse the repository at this point in the history
  4. Update futures-executor/tests/local_pool.rs

    Co-authored-by: Taiki Endo <te316e89@gmail.com>
    khollbach and taiki-e committed May 11, 2022
    Copy the full SHA
    26db1e9 View commit details
    Browse the repository at this point in the history
  5. Arc -> Rc

    khollbach committed May 11, 2022
    Copy the full SHA
    45045c9 View commit details
    Browse the repository at this point in the history