Skip to content

Windows: Add public defer method#144

Open
helgoboss wants to merge 1 commit intoRustAudio:masterfrom
helgoboss:feature/defer-api
Open

Windows: Add public defer method#144
helgoboss wants to merge 1 commit intoRustAudio:masterfrom
helgoboss:feature/defer-api

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