Tribler / bami

BAMI 🍜 protocol prototype: Ultimate Toolbox for Collaboration
9 stars 9 forks source link

Create setup and unload methods in mixins #47

Closed devos50 closed 4 years ago

devos50 commented 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.