Skip to content

Commit 6069a28

Browse files
committed
v3 tutorial: add note about polling vs interrupts.
1 parent 706f928 commit 6069a28

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

v3/docs/TUTORIAL.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2589,4 +2589,8 @@ latency of these platforms.
25892589
Using an ISR to set a flag is probably best reserved for situations where an
25902590
ISR is already needed for other reasons.
25912591

2592+
The above comments refer to an ideal scheduler. Currently `uasyncio` is not in
2593+
this category, with worst-case latency being > `N`ms. The conclusions remain
2594+
valid.
2595+
25922596
###### [Contents](./TUTORIAL.md#contents)

0 commit comments

Comments
 (0)