File tree 1 file changed +16
-0
lines changed
1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ wishing to modify it.
22
22
5.3 [ PollEventLoop wait method] ( ./UNDER_THE_HOOD.md#53-polleventloop-wait-method )
23
23
6 . [ Debug code] ( ./UNDER_THE_HOOD.md#6-debug-code )
24
24
7 . [ Modifying uasyncio] ( ./UNDER_THE_HOOD.md#7-modifying-uasyncio )
25
+ 8 . [ Links] ( ./UNDER_THE_HOOD.md#8-links )
25
26
26
27
# 1. Introduction
27
28
@@ -348,4 +349,19 @@ def get_event_loop(args):
348
349
349
350
###### [ Contents] ( ./UNDER_THE_HOOD.md#0-contents )
350
351
352
+ # 8. Links
353
+
354
+ [ Initial discussion of priority I/O scheduling] ( https://github.com/micropython/micropython/issues/2664 )
355
+
356
+ PR enabling stream device drivers to be written in Python
357
+ [ PR #3836 : io.IOBase] ( https://github.com/micropython/micropython/pull/3836 ) .
358
+ Includes discussion of the read/write bug.
359
+
360
+ My outstanding uasyncio PR's:
361
+ [ PR #287 : fast I/O] ( https://github.com/micropython/micropython-lib/pull/287 )
362
+ [ PR #292 : error reporting] ( https://github.com/micropython/micropython-lib/pull/292 )
363
+
364
+ This caught my attention as worthwhile:
365
+ [ PR #270 ] ( https://github.com/micropython/micropython-lib/pull/270 ) .
366
+
351
367
###### [ Main README] ( ./README.md )
You can’t perform that action at this time.
0 commit comments