Closed devos50 closed 4 years ago
Sometimes, mixins require more state management, e.g., to start a queue. It would be helpful if a setup and unload method can be implemented in these mixins to achieve this. This can be done similarly to how setup_messages works.
setup
unload
setup_messages
Sometimes, mixins require more state management, e.g., to start a queue. It would be helpful if a
setup
andunload
method can be implemented in these mixins to achieve this. This can be done similarly to howsetup_messages
works.