You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/getting-started/0-introduction.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -65,5 +65,5 @@ This project is supported by a few companies and individuals building cutting ed
65
65
[] record, useRecordedTimeline, ... => allows to bind the timeline progress to any controls (e.g. scrolling); allowing using markers to attach scroll positions (e.g. button center screen) to the time of the timeline
66
66
[] yield* cleanup(() => ...)
67
67
[] add external methods for the graph (set/get state externally)
68
-
[] queue with optional priority sorting and cancelation (configure what happens whith the current timeline when canceled)
68
+
[] queue with optional priority sorting and cancellation (configure what happens with the current timeline when canceled)
69
69
[] timeline visualization and `yield* marker(...)` to appear in the visualization (e.g. log values or complete json objects)
Copy file name to clipboardExpand all lines: docs/tutorials/5-parallel.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ description: Run multiple timelines concurrently and wait for all or race the fi
4
4
nav: 5
5
5
---
6
6
7
-
Use `parallel('all' | 'race', ...)` to orchestrate concurrent behaviors. In this example we move two cubes simultaneously and continue only when both finishes.
7
+
Use `parallel('all' | 'race', ...)` to orchestrate concurrent behaviors. In this example we move two cubes simultaneously and continue only when both finish.
8
8
9
9
> [!NOTE]
10
10
> you can pass conditionally included timelines by using booleans; falsey entries are ignored. On `'race'`, non‑winning timelines are canceled and their cleanups run.
0 commit comments