UNPKG

@softvisio/core

Version:
19 lines (14 loc) 353 B
import Threads from "#lib/threads"; export default Super => class extends Super { // protected async _install () { return new Threads(); } async _start () { return this.app._startThreads(); } async _destroy () { return this.instance.destroy(); } };