File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -12,11 +12,11 @@ wishing to modify it.
12
12
1 . [ Introduction] ( ./UNDER_THE_HOOD.md#1-introduction )
13
13
2 . [ Generators and coroutines] ( ./UNDER_THE_HOOD.md#2-generators-and-coroutines )
14
14
3 . [ Coroutine yield types] ( ./UNDER_THE_HOOD.md#3-coroutine-yield-types )
15
- 3.1 [ SysCall1 classes] (SysCall1 classes)
15
+ 3.1 [ SysCall1 classes] ( ./UNDER_THE_HOOD.md#31-syscall1- classes)
16
16
4 . [ The EventLoop] ( ./UNDER_THE_HOOD.md#4-the-eventloop )
17
17
4.1 [ Exceptions] ( ./UNDER_THE_HOOD.md#41-exceptions )
18
18
4.2 [ Task Cancellation] ( ./UNDER_THE_HOOD.md#42-task-cancellation )
19
- 5 . [ Stream I/O] ( ./UNDER_THE_HOOD.md#5-stream-i/o )
19
+ 5 . [ Stream I/O] ( ./UNDER_THE_HOOD.md#5-stream-io )
20
20
5.1 [ StreamReader] ( ./UNDER_THE_HOOD.md#51-streamreader )
21
21
5.2 [ StreamWriter] ( ./UNDER_THE_HOOD.md#52-streamwriter )
22
22
5.3 [ PollEventLoop.wait] ( ./UNDER_THE_HOOD.md#53-polleventloop.wait )
@@ -212,7 +212,7 @@ time the coro is scheduled.
212
212
213
213
###### [ Contents] ( ./UNDER_THE_HOOD.md#0-contents )
214
214
215
- # 5. Stream I/O
215
+ # 5. Stream IO
216
216
217
217
Stream I/O is an efficient way of polling stream devices using ` select.poll ` .
218
218
Device drivers for this mechanism must provide an ` ioctl ` method which reports
You can’t perform that action at this time.
0 commit comments