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

time: remove Box from Sleep #3278

Merged
merged 5 commits into from
Dec 17, 2020
Merged

time: remove Box from Sleep #3278

merged 5 commits into from
Dec 17, 2020

Commits on Dec 15, 2020

  1. time: remove Box from Sleep

    Removes the box from `Sleep`, taking advantage of intrusive wakers. The
    `Sleep` future is now `!Unpin`.
    
    Closes #3267
    carllerche committed Dec 15, 2020
    Configuration menu
    Copy the full SHA
    9c04d70 View commit details
    Browse the repository at this point in the history
  2. fmt

    carllerche committed Dec 15, 2020
    Configuration menu
    Copy the full SHA
    b2db4f6 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2020

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

Commits on Dec 17, 2020

  1. add bound tests

    carllerche committed Dec 17, 2020
    Configuration menu
    Copy the full SHA
    0a86eb2 View commit details
    Browse the repository at this point in the history
  2. fmt

    carllerche committed Dec 17, 2020
    Configuration menu
    Copy the full SHA
    726c048 View commit details
    Browse the repository at this point in the history