Mixins
For programmer’s convenience dcl provides following general mixins:
- Destroyable – mixin, which declares a chainable method
destroy() - Cleanup – mixin, which builds on
Destroyableand adds an API to manage a cleanup on destruction
For programmer’s convenience dcl provides following general mixins:
destroy()Destroyable and adds an API to manage a cleanup on
destruction