@hisorange/resistor
Version:
Versatily resource load throttler with extensible strategies, configuration and virtual thread management.
12 lines • 344 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.UnboundStrategy = void 0;
class UnboundStrategy {
constructor() { }
async handleWaitPass(threadId, waitPass) {
waitPass();
}
threadFinished() { }
}
exports.UnboundStrategy = UnboundStrategy;
//# sourceMappingURL=unbound.strategy.js.map