-
Notifications
You must be signed in to change notification settings - Fork 914
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
windows: ensure pump_events returns after RedrawRequested
This ensures pump_events can't block the external loop due to a flood of input events This also removes a boat-load of `unsafe` designations for internal functions which don't seem to do anything unsafe (and they also have no `# Safety` docs that suggest that there's anything unsafe about them)
- Loading branch information
Showing
3 changed files
with
182 additions
and
91 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.