We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2aae43 commit cd56ee0Copy full SHA for cd56ee0
v3/docs/TUTORIAL.md
@@ -797,7 +797,9 @@ wa = WaitAll((evt1, evt2)).wait()
797
await wa
798
# Both were triggered
799
```
800
-Awaiting `WaitAll` or `WaitAny` may be cancelled or subject to a timeout.
+Awaiting `WaitAll` or `WaitAny` may be cancelled or subject to a timeout. These
801
+primitives are documented in
802
+[event baed programming](https://github.com/peterhinch/micropython-async/blob/master/v3/docs/EVENTS.md).
803
804
###### [Contents](./TUTORIAL.md#contents)
805
0 commit comments