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
{{ message }}
This repository has been archived by the owner on Mar 25, 2019. It is now read-only.
When an object reaches its end of use, all its event handlers should be disconnected automatically. A couple of ideas how to achieve this
global registry with all event handler connections
when connecting a bound method, also keep track of event sources in the event sink object and remove these connections, when either object is invalidated
use a different event mechanism. These at least sound interesting (will have to evaluate later):
When an object reaches its end of use, all its event handlers should be disconnected automatically. A couple of ideas how to achieve this
The text was updated successfully, but these errors were encountered: