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 a22b1a3 commit 2ef4a6aCopy full SHA for 2ef4a6a
v3/docs/THREADING.md
@@ -37,8 +37,8 @@ is fixed.
37
3.1 [Threadsafe Event](./THREADING.md#31-threadsafe-event)
38
3.2 [Message](./THREADING.md#32-message) A threadsafe event with data payload.
39
4. [Taming blocking functions](./THREADING.md#4-taming-blocking-functions) Enabling uasyncio to handle blocking code.
40
- 5. [Sharing a stream device](./THREADING.md#4-sharing-a-stream-device)
41
- 6. [Glossary](./THREADING.md#5-glossary) Terminology of realtime coding.
+ 5. [Sharing a stream device](./THREADING.md#5-sharing-a-stream-device)
+ 6. [Glossary](./THREADING.md#6-glossary) Terminology of realtime coding.
42
43
# 1. Introduction
44
0 commit comments