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

refactor: Make event dispatch ordered by receive time. #2392

Merged
merged 3 commits into from
Jan 15, 2024

Commits on Jan 15, 2024

  1. Configuration menu
    Copy the full SHA
    97bdd83 View commit details
    Browse the repository at this point in the history
  2. feat: add ngc events

    Green-Sky authored and iphydf committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    8c35e0f View commit details
    Browse the repository at this point in the history
  3. cleanup: Remove old type-ordered event getters.

    These are quite expensive, because they go through all events to index
    in a typed array that no longer exists. Clients should index in the
    union array and find the event they want themselves, or use dispatch.
    iphydf committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    b4d8826 View commit details
    Browse the repository at this point in the history