Skip to content

Commit 2315331

Browse files
committed
primitives: Add wait_any primitive.
1 parent 97569a3 commit 2315331

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

v3/docs/TUTORIAL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ REPL.
2727
3. [Synchronisation](./TUTORIAL.md#3-synchronisation)
2828
3.1 [Lock](./TUTORIAL.md#31-lock)
2929
3.2 [Event](./TUTORIAL.md#32-event)
30-
     3.2.1 [Wait on multiple events](./TUTORIAL.md#321-wait_on_multiple_events) Pause until 1 of N events is set.
30+
     3.2.1 [Wait on multiple events](./TUTORIAL.md#321-wait-on-multiple-events) Pause until 1 of N events is set.
3131
3.3 [Coordinating multiple tasks](./TUTORIAL.md#33-coordinating-multiple-tasks)
3232
     3.3.1 [gather](./TUTORIAL.md#331-gather)
3333
     3.3.2 [TaskGroups](./TUTORIAL.md#332-taskgroups) Not yet in official build.

0 commit comments

Comments
 (0)