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

Windows: Add public defer method #144

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

helgoboss
Copy link

@helgoboss helgoboss commented Apr 16, 2023

This solves #143 in a better way than #130 did. It lets downstream crates defer tasks until the end of the current main loop cycle in order to prevent "already borrowed" errors because of multiple mutable borrows of the window state.

I added this method for Windows only because this is the only OS where baseview uses RefCells and the only OS for which the deferred_task queue has been implemented (in #136).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant