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

Allows tick events to auto-requeue when registered as listeners #2484

Open
wants to merge 5 commits into
base: develop
Choose a base branch
from

Commits on Mar 16, 2023

  1. Configuration menu
    Copy the full SHA
    75d019f View commit details
    Browse the repository at this point in the history
  2. Adds missing requeue logic

    cppcooper committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    22d2a98 View commit details
    Browse the repository at this point in the history
  3. Revises EventHandler members & updates hash function

    - converts `freq` and `eventHandler` (i.e. the callback) to `const`
    - removes the non-const `when` from the hash computation
    cppcooper committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    e2bc986 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2023

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

Commits on Apr 3, 2023

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