TenantAtlas/apps/platform/.pnpm-store/v10/files/8e/16022fbf8f143914c8a394096fc29a1c411e6a5ebc1414ec1ddb4b5220a65a533c64bea9049a3dcfd57328bf501102db3e18aa5d459e14321d709546cfa02f
Ahmed Darrazi 9f74f7a658
Some checks failed
PR Fast Feedback / fast-feedback (pull_request) Failing after 51s
feat: compress governance operator outcomes
2026-04-19 14:15:11 +02:00

11 lines
394 B
Plaintext

import { __extends } from "tslib";
import { AsyncScheduler } from './AsyncScheduler';
var QueueScheduler = (function (_super) {
__extends(QueueScheduler, _super);
function QueueScheduler() {
return _super !== null && _super.apply(this, arguments) || this;
}
return QueueScheduler;
}(AsyncScheduler));
export { QueueScheduler };
//# sourceMappingURL=QueueScheduler.js.map