Skip to content

Commit

Permalink
v3 tutorial: add note about polling vs interrupts.
Browse files Browse the repository at this point in the history
  • Loading branch information
peterhinch committed Oct 26, 2020
1 parent 706f928 commit 6069a28
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions v3/docs/TUTORIAL.md
Expand Up @@ -2589,4 +2589,8 @@ latency of these platforms.
Using an ISR to set a flag is probably best reserved for situations where an
ISR is already needed for other reasons.

The above comments refer to an ideal scheduler. Currently `uasyncio` is not in
this category, with worst-case latency being > `N`ms. The conclusions remain
valid.

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

0 comments on commit 6069a28

Please sign in to comment.