Skip to content

Commit 66d1435

Browse files
committed
Update
1 parent c1c84e9 commit 66d1435

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/socket/tcp_select_syscall/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
対象となるソケットファイルディスクリプタが読み取り可能な状態であるかを確認して処理するサンプルです。
66

7+
[syscall](https://pkg.go.dev/syscall@latest)でも同様のことが出来るが、[golang.org/sys/unix](https://pkg.go.dev/golang.org/x/sys/unix)のほうが FD_SET用の構造体などが定義されており、扱いやすい。
78

89
```sh
910
$ task

0 commit comments

Comments
 (0)