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

Updates to Parker #563

Merged
merged 5 commits into from Nov 29, 2020
Merged

Updates to Parker #563

merged 5 commits into from Nov 29, 2020

Commits on Nov 28, 2020

  1. Updates to parker

    - No longer possibility for spurious wake
    - Now reports unpark reason (timeout or unpark())Updates to parker
    Lucretiel committed Nov 28, 2020
    Copy the full SHA
    991effa View commit details
    Browse the repository at this point in the history
  2. Fixed weird import order

    Lucretiel committed Nov 28, 2020
    Copy the full SHA
    8982476 View commit details
    Browse the repository at this point in the history
  3. Update comment

    Lucretiel committed Nov 28, 2020
    Copy the full SHA
    78f10b2 View commit details
    Browse the repository at this point in the history
  4. Support earlier minimum rust version

    Remove checked_duration_since in favor of arithmetic and manual checks
    Lucretiel committed Nov 28, 2020
    Copy the full SHA
    8d7df21 View commit details
    Browse the repository at this point in the history
  5. Remove UnparkReason to preserve compatibility.

    `UnparkReason` implementation preserved in Lucretiel/crossbeam/unpark-reason
    Lucretiel committed Nov 28, 2020
    Copy the full SHA
    4c0a106 View commit details
    Browse the repository at this point in the history