Skip to content

Commit 2ef4a6a

Browse files
committed
THREADING.md: Add section on stream devices.
1 parent a22b1a3 commit 2ef4a6a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

v3/docs/THREADING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ is fixed.
3737
3.1 [Threadsafe Event](./THREADING.md#31-threadsafe-event)
3838
3.2 [Message](./THREADING.md#32-message) A threadsafe event with data payload.
3939
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.
40+
5. [Sharing a stream device](./THREADING.md#5-sharing-a-stream-device)
41+
6. [Glossary](./THREADING.md#6-glossary) Terminology of realtime coding.
4242

4343
# 1. Introduction
4444

0 commit comments

Comments
 (0)