Closed alice-i-cecile closed 7 months ago
I'm not sure if that is actually desirable. Callbacks contain boxed systems, and cloning them might result in them sharing state. Would need to make sure that is not the case. For now this is already possible - you can call constructors that spit out new event listeners.
The motivation is similar to #24: I'd like to have a reusable set of event handlers that I can instantiate.