We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1216638 commit 3d40a66Copy full SHA for 3d40a66
v3/README.md
@@ -22,6 +22,10 @@ is a guide to interfacing interrupts to `uasyncio`.
22
applications and device drivers which largely does away with callbacks. Assumes
23
some knowledge of `uasyncio`.
24
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
+
29
## 1.2 Debugging tools
30
31
[aiorepl](https://github.com/micropython/micropython-lib/tree/master/micropython/aiorepl)
0 commit comments