MCPcopy
hub / github.com/midrender/revideo / all

Function all

packages/core/src/flow/all.ts:21–26  ·  view source on GitHub ↗
(...tasks: ThreadGenerator[])

Source from the content-addressed store, hash-verified

19 * @param tasks - A list of tasks to run.
20 */
21export function* all(...tasks: ThreadGenerator[]): ThreadGenerator {
22 for (const task of tasks) {
23 yield task;
24 }
25 yield* join(...tasks);
26}

Callers 15

tweenTextMethod · 0.90
tweenSvgMethod · 0.90
applyStateMethod · 0.90
tweenerMethod · 0.90
scheduling.test.tsFile · 0.90
zoomInTransitionFunction · 0.90
slideTransitionFunction · 0.90
zoomOutTransitionFunction · 0.90
example.tsxFile · 0.90
toggleMethod · 0.90
positioning.tsxFile · 0.90

Calls 1

joinFunction · 0.90

Tested by

no test coverage detected