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
TheRealKaup opened this issue
Dec 4, 2024
· 0 comments
Labels
bugNot working properlydeveloped`topic/*` awaiting releaseengineEngine and its componentsmemoryMemory management, safety or optimizationtopic/*Needs a `topic/*` branch to be merged into `develop`
TheRealKaup
changed the title
RAII wrapper for invocations similar to CallbacksGroup.
RAII wrapper for invocations similar to CallbacksGroupDec 7, 2024
bugNot working properlydeveloped`topic/*` awaiting releaseengineEngine and its componentsmemoryMemory management, safety or optimizationtopic/*Needs a `topic/*` branch to be merged into `develop`
Users can accidentally forget to call
CancelInvocation()
on their yet to be called invoked function in their class destructors.For instance, this is how it's currently done (example from the
Button
widget):The text was updated successfully, but these errors were encountered: