FR: generic methods for setup, suspend, resume, and teardown #372
dcolascione
started this conversation in
Ideas
Replies: 1 comment 6 replies
-
I am currently focused on other packages and won't get into this now. Please consider explaining what you want to do in more detail now anyway. Currently this is too vague, and I will be more inclined to prioritize this over other transient related ideas, once I turn my focus back here, if it is more actionable. One thing you might be interested in is the |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm thinking of using a transient plus a custom window configuration for a modal interaction flow and I'm not seeing the right spot to inject contextual setup and teardown in the transient lifecycle. There's transient-exit-hook, but this hook runs not only on exit, but also on suspend. I'd love to have a few cl-defgeneric methods on prefix objects for subclasses to add behaviors for different lifecycle transitions.
Beta Was this translation helpful? Give feedback.
All reactions