Skip to content

Commit cd56ee0

Browse files
committed
Tutorial: add link to event based programming doc.
1 parent e2aae43 commit cd56ee0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

v3/docs/TUTORIAL.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -797,7 +797,9 @@ wa = WaitAll((evt1, evt2)).wait()
797797
await wa
798798
# Both were triggered
799799
```
800-
Awaiting `WaitAll` or `WaitAny` may be cancelled or subject to a timeout.
800+
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).
801803

802804
###### [Contents](./TUTORIAL.md#contents)
803805

0 commit comments

Comments
 (0)