File tree 1 file changed +2
-2
lines changed 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ contains an optional `fast_io` variant of `uasyncio`.
8
8
9
9
Damien has completely rewritten ` uasyncio ` . Its release is likely to be
10
10
imminent, see
11
- [ PR5332] ( https://github.com/micropython/micropython/pull/5332 ) and [ section 3.1] ( ./README.md## 31-the-new_version ) .
11
+ [ PR5332] ( https://github.com/micropython/micropython/pull/5332 ) and [ section 3.1] ( ./README.md#31-the-new_version ) .
12
12
13
13
## The fast_io variant
14
14
@@ -90,7 +90,7 @@ following features will involve minor changes to application code:
90
90
this is in accord with CPython where ` yield ` will produce a syntax error.
91
91
* Awaitable classes: currently under discussion. The ` __iter__ ` method works
92
92
but ` yield ` should be replaced by ` await asyncio.sleep_ms(0) ` . As yet I have
93
- found no way to write an awaitable classes compatible with the new ` uasyncio `
93
+ found no way to write an awaitable class compatible with the new ` uasyncio `
94
94
and which does not throw syntax errors under CPython 3.8/` asyncio ` .
95
95
96
96
### 3.1.1 Implications for this repository
You can’t perform that action at this time.
0 commit comments