wave-ai/frontend/.angular/cache/18.2.21/babel-webpack/acd4b6e5a68f9c1d3f1489cd4cbc9191e7f2dbc7c569ad598bbe48b286b5b396.json

1 line
564 B
JSON

{"ast":null,"code":"export function executeSchedule(parentSubscription, scheduler, work, delay = 0, repeat = false) {\n const scheduleSubscription = scheduler.schedule(function () {\n work();\n if (repeat) {\n parentSubscription.add(this.schedule(null, delay));\n } else {\n this.unsubscribe();\n }\n }, delay);\n parentSubscription.add(scheduleSubscription);\n if (!repeat) {\n return scheduleSubscription;\n }\n}\n//# sourceMappingURL=executeSchedule.js.map","map":null,"metadata":{},"sourceType":"module","externalDependencies":[]}