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

event_loop: remove generic user event #3694

Merged
merged 15 commits into from
Jun 24, 2024
Merged

Commits on Jun 23, 2024

  1. event_loop: remove generic user event

    Let the users wake up the event loop and then they could poll their
    user sources.
    kchibisov committed Jun 23, 2024
    Configuration menu
    Copy the full SHA
    10112ca View commit details
    Browse the repository at this point in the history
  2. chore: revert Event::{WindowEvent, DeviceEvent} rename

    Revert the internal rename to not bloat the diff a lot. However clippy
    should be silenced on the given enum variants now, because the Event
    is private.
    kchibisov committed Jun 23, 2024
    Configuration menu
    Copy the full SHA
    ea6388d View commit details
    Browse the repository at this point in the history
  3. Improve docs

    madsmtm committed Jun 23, 2024
    Configuration menu
    Copy the full SHA
    d03176f View commit details
    Browse the repository at this point in the history
  4. Fix typo

    madsmtm committed Jun 23, 2024
    Configuration menu
    Copy the full SHA
    5cebcc5 View commit details
    Browse the repository at this point in the history
  5. Wait for 1 second in example

    Co-authored-by: daxpedda <daxpedda@gmail.com>
    madsmtm and daxpedda committed Jun 23, 2024
    Configuration menu
    Copy the full SHA
    49d9e50 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2df43e3 View commit details
    Browse the repository at this point in the history
  7. Add parentheses to method calls

    Co-authored-by: daxpedda <daxpedda@gmail.com>
    madsmtm and daxpedda committed Jun 23, 2024
    Configuration menu
    Copy the full SHA
    27eeb3b View commit details
    Browse the repository at this point in the history
  8. More neutral language

    Co-authored-by: daxpedda <daxpedda@gmail.com>
    madsmtm and daxpedda committed Jun 23, 2024
    Configuration menu
    Copy the full SHA
    0266b56 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    111e2a8 View commit details
    Browse the repository at this point in the history
  10. Remove extra note about mpsc

    madsmtm committed Jun 23, 2024
    Configuration menu
    Copy the full SHA
    dc4b2ac View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    c59ef4f View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    5af055a View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    e2115aa View commit details
    Browse the repository at this point in the history
  14. Improve wording of multiple wake-ups and spuriousness

    Co-authored-by: daxpedda <daxpedda@gmail.com>
    madsmtm and daxpedda committed Jun 23, 2024
    Configuration menu
    Copy the full SHA
    2a02503 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2024

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