Skip to content

Commit 3d40a66

Browse files
committed
README.md: Reference THREADING.md.
1 parent 1216638 commit 3d40a66

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

v3/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@ is a guide to interfacing interrupts to `uasyncio`.
2222
applications and device drivers which largely does away with callbacks. Assumes
2323
some knowledge of `uasyncio`.
2424

25+
[Threading](./docs/THREADING.md) is a guide to the use of multi-threaded and
26+
multi-core programming. Code is offered to enable a `uasyncio` application to
27+
deal with blocking functions.
28+
2529
## 1.2 Debugging tools
2630

2731
[aiorepl](https://github.com/micropython/micropython-lib/tree/master/micropython/aiorepl)

0 commit comments

Comments
 (0)