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

Counter and channel implementations #60

Closed
wants to merge 21 commits into from
Closed

Counter and channel implementations #60

wants to merge 21 commits into from

Commits on Jun 11, 2021

  1. Implement counter

    Detegr committed Jun 11, 2021
    Configuration menu
    Copy the full SHA
    9a8430e View commit details
    Browse the repository at this point in the history
  2. Implement channel

    Detegr committed Jun 11, 2021
    Configuration menu
    Copy the full SHA
    ef3fc58 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ee6f4b1 View commit details
    Browse the repository at this point in the history
  4. Improve documentation

    Detegr committed Jun 11, 2021
    Configuration menu
    Copy the full SHA
    cda77f8 View commit details
    Browse the repository at this point in the history
  5. Improve examples

    Detegr committed Jun 11, 2021
    Configuration menu
    Copy the full SHA
    243746d View commit details
    Browse the repository at this point in the history
  6. Update README

    Detegr committed Jun 11, 2021
    Configuration menu
    Copy the full SHA
    974894c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    075697b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0283646 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2021

  1. Implement set_handler with Channel

    No need to keep old code around as the use case can be handled with
    Channel.
    Detegr committed Jun 15, 2021
    Configuration menu
    Copy the full SHA
    ab6cd2a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4317392 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2021

  1. Deprecate feature termination

    Remove SignalType::Termination as it is a bit problematic because a
    simple one-to-one signal map for it is usually not what the user wants.
    Also as it was behind a feature flag it caused workspace infection, see
    issue #74.
    
    Fixes #74
    Detegr committed Jul 23, 2021
    Configuration menu
    Copy the full SHA
    7a6e2d5 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2021

  1. Implement a wrapper for Windows' signal types

    This is to keep the usage of different signals clean in the user facing
    API.
    Detegr committed Jul 28, 2021
    Configuration menu
    Copy the full SHA
    2391769 View commit details
    Browse the repository at this point in the history
  2. Run rustfmt

    Detegr committed Jul 28, 2021
    Configuration menu
    Copy the full SHA
    e105f20 View commit details
    Browse the repository at this point in the history
  3. Add Error::TooManySignals

    Detegr committed Jul 28, 2021
    Configuration menu
    Copy the full SHA
    7abc45e View commit details
    Browse the repository at this point in the history
  4. Fix documentation

    Detegr committed Jul 28, 2021
    Configuration menu
    Copy the full SHA
    2d13677 View commit details
    Browse the repository at this point in the history
  5. Update nix to 0.22

    Detegr committed Jul 28, 2021
    Configuration menu
    Copy the full SHA
    d92dd6c View commit details
    Browse the repository at this point in the history
  6. Tidy examples

    Detegr committed Jul 28, 2021
    Configuration menu
    Copy the full SHA
    177d0f4 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c83c182 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e278168 View commit details
    Browse the repository at this point in the history
  9. Update license texts to 2021

    Detegr committed Jul 28, 2021
    Configuration menu
    Copy the full SHA
    f1937ad View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2021

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