You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When flooding the EventLoop with about 12k user events on my system only about 10k will be emitted to the handler. When sending additional events the next event is emitted (not the one just sent). The EventLoop will stay in this state for the duration of the application.
Description
When flooding the
EventLoop
with about 12k user events on my system only about 10k will be emitted to the handler. When sending additional events the next event is emitted (not the one just sent). TheEventLoop
will stay in this state for the duration of the application.See minimal example here: https://github.com/AustinJ235/winit-slap
Windows version
Winit version
0.30.8
The text was updated successfully, but these errors were encountered: