Skip to content

Commit dd23bee

Browse files
authored
Update README.md
1 parent 3d50f5a commit dd23bee

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,8 +130,6 @@ libgo有以下特点:
130130

131131
3.除网络IO、sleep以外的阻塞系统调用,会真正阻塞调度线程的运行,请使用co_await, 并启动几个线程去Run内置的线程池.
132132

133-
4.不要使用标准库的fstream, 里面对文件fd的close操作无法HOOK到.
134-
135133
##### Linux系统上Hook的系统调用列表:
136134
*
137135

0 commit comments

Comments
 (0)