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

Upgrade to stable futures (#2). #100

Merged
merged 7 commits into from
Jan 15, 2020
Merged

Commits on Nov 28, 2019

  1. Update to stables futures

    tomaka authored and Roman S. Borschel committed Nov 28, 2019
    Configuration menu
    Copy the full SHA
    bf258f2 View commit details
    Browse the repository at this point in the history
  2. Fix a race in a voter test by using a LocalPool.

    Using a LocalPool is also much closer to the previous
    tokio-based code which used the current-thread executor
    for all tasks.
    Roman S. Borschel committed Nov 28, 2019
    Configuration menu
    Copy the full SHA
    9e7fbc8 View commit details
    Browse the repository at this point in the history
  3. Convert remaining tests to use LocalPool.

    Roman S. Borschel committed Nov 28, 2019
    Configuration menu
    Copy the full SHA
    572ad76 View commit details
    Browse the repository at this point in the history
  4. Upgrade futures and futures-timer.

    Roman S. Borschel committed Nov 28, 2019
    Configuration menu
    Copy the full SHA
    4e369eb View commit details
    Browse the repository at this point in the history
  5. Update remaining tests.

    Roman S. Borschel committed Nov 28, 2019
    Configuration menu
    Copy the full SHA
    b6e99b1 View commit details
    Browse the repository at this point in the history
  6. Small cleanup

    Roman S. Borschel committed Nov 28, 2019
    Configuration menu
    Copy the full SHA
    405a3fb View commit details
    Browse the repository at this point in the history
  7. Small cleanup.

    Roman S. Borschel committed Nov 28, 2019
    Configuration menu
    Copy the full SHA
    7e8b46f View commit details
    Browse the repository at this point in the history