learning-systems-programming-in-rust icon indicating copy to clipboard operation
learning-systems-programming-in-rust copied to clipboard

8.2 節をリプレースする

Open yuk1ty opened this issue 4 years ago • 0 comments

節タイトル

Unix ドメインソケットの使い方

対象コード

  • [ ] 8.2.1: なし
  • [ ] 8.2.2: https://github.com/yurakawa/learn-system-programming-with-go/blob/master/ch8/s2-2/server.go
  • [ ] 8.2.3: https://github.com/yurakawa/learn-system-programming-with-go/blob/master/ch8/s2-3/client.go
  • [ ] 8.2.4: https://github.com/yurakawa/learn-system-programming-with-go/tree/master/ch8/s2-4

補足説明

tokio ではこれかな? https://docs.rs/tokio/1.5.0/tokio/net/struct.UnixStream.html

yuk1ty avatar May 12 '21 15:05 yuk1ty