Skip to content

Commit e0ef14f

Browse files
committed
Tutorial: reference V1.6 in place of PR221.
1 parent 328ea4c commit e0ef14f

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

TUTORIAL.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -504,8 +504,7 @@ An example of its use is provided in ``aqtest.py``.
504504

505505
## 3.6 Task cancellation
506506

507-
At the time of writing (12th Nov 2017) this requires PR #3380 and
508-
micropython-lib PR #221 which are yet to be merged.
507+
This requires uasyncio.core V1.6 which was released on 9th Dec 2017.
509508

510509
The `uasyncio` library supports task cancellation by throwing an exception to
511510
the coro which is to be cancelled. The latter must trap the exception and
@@ -704,8 +703,7 @@ to completion. The error appears to be in PEP492. See
704703

705704
## 4.4 Coroutines with timeouts
706705

707-
At the time of writing (12th Nov 2017) this requires PR #3380 and
708-
micropython-lib PR #221 which are yet to be merged.
706+
This requires uasyncio.core V1.6 which was released on 9th Dec 2017.
709707

710708
Timeouts are implemented by means of `uasyncio.wait_for()`. This takes as
711709
arguments a coroutine and a timeout in seconds. If the timeout expires a

0 commit comments

Comments
 (0)