Skip to content

Commit 444cec4

Browse files
committed
UNDER_THE_HOOD.md: add links section.
1 parent 3feec88 commit 444cec4

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

UNDER_THE_HOOD.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ wishing to modify it.
2222
5.3 [PollEventLoop wait method](./UNDER_THE_HOOD.md#53-polleventloop-wait-method)
2323
6. [Debug code](./UNDER_THE_HOOD.md#6-debug-code)
2424
7. [Modifying uasyncio](./UNDER_THE_HOOD.md#7-modifying-uasyncio)
25+
8. [Links](./UNDER_THE_HOOD.md#8-links)
2526

2627
# 1. Introduction
2728

@@ -348,4 +349,19 @@ def get_event_loop(args):
348349

349350
###### [Contents](./UNDER_THE_HOOD.md#0-contents)
350351

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+
351367
###### [Main README](./README.md)

0 commit comments

Comments
 (0)