File tree 1 file changed +5
-2
lines changed
1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,9 @@ wishing to modify it.
29
29
Where the versions differ, this explanation relates to the ` fast_io ` version.
30
30
Differences are largely in ` __init__.py ` : the scheduling algorithm in ` core.py `
31
31
is little changed. Note that the code in ` fast_io ` contains additional comments
32
- to explain its operation.
32
+ to explain its operation. The code the ` fast_io ` directory is also in
33
+ [ my micropython-lib fork] ( https://github.com/peterhinch/micropython-lib.git ) ,
34
+ ` uasyncio-io-fast-and-rw ` branch.
33
35
34
36
This doc assumes a good appreciation of the use of ` uasyncio ` . An understanding
35
37
of Python generators is also essential, in particular the use of ` yield from `
@@ -305,7 +307,8 @@ from Exception) if it is scheduled incorrectly. Correct scheduling coutermands
305
307
this
306
308
[ here] ( https://github.com/peterhinch/micropython-lib/blob/819562312bae807ce0d01aa8ad36a13c22ba9e40/uasyncio/uasyncio/__init__.py#L97 )
307
309
and [ here] ( https://github.com/peterhinch/micropython-lib/blob/819562312bae807ce0d01aa8ad36a13c22ba9e40/uasyncio/uasyncio/__init__.py#L114 ) :
308
- these lines ensures that the exception will not be thrown.
310
+ these lines ensures that the exception will not be thrown. If my interpretation
311
+ of this is wrong I'd be very glad to be enlightened.
309
312
310
313
The ` rdobjmap ` and ` wrobjmap ` dictionary entries are invalidated
311
314
[ here] ( https://github.com/peterhinch/micropython-lib/blob/819562312bae807ce0d01aa8ad36a13c22ba9e40/uasyncio/uasyncio/__init__.py#L91 )
You can’t perform that action at this time.
0 commit comments