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

Add utility type WakerSet to the sync module #390

Merged
9 commits merged into from Nov 1, 2019
Merged

Add utility type WakerSet to the sync module #390

9 commits merged into from Nov 1, 2019

Commits on Oct 25, 2019

  1. Add utility type Registry to the sync module

    Stjepan Glavina committed Oct 25, 2019
    Configuration menu
    Copy the full SHA
    c11a81b View commit details
    Browse the repository at this point in the history
  2. Remove unused import

    Stjepan Glavina committed Oct 25, 2019
    Configuration menu
    Copy the full SHA
    86ba88b View commit details
    Browse the repository at this point in the history
  3. Split unregister into complete and cancel

    Stjepan Glavina committed Oct 25, 2019
    Configuration menu
    Copy the full SHA
    7462e0b View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2019

  1. Refactoring and renaming

    Stjepan Glavina committed Oct 27, 2019
    Configuration menu
    Copy the full SHA
    232219e View commit details
    Browse the repository at this point in the history
  2. Split remove() into complete() and cancel()

    Stjepan Glavina committed Oct 27, 2019
    Configuration menu
    Copy the full SHA
    bbe8184 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2019

  1. Rename to WakerSet

    Stjepan Glavina committed Oct 30, 2019
    Configuration menu
    Copy the full SHA
    5b5c103 View commit details
    Browse the repository at this point in the history
  2. Ignore clippy warning

    Stjepan Glavina committed Oct 30, 2019
    Configuration menu
    Copy the full SHA
    4e55884 View commit details
    Browse the repository at this point in the history
  3. Ignore another clippy warning

    Stjepan Glavina committed Oct 30, 2019
    Configuration menu
    Copy the full SHA
    a83070c View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2019

  1. Use stronger SeqCst ordering

    Stjepan Glavina committed Oct 31, 2019
    Configuration menu
    Copy the full SHA
    1709eac View commit details
    Browse the repository at this point in the history