github.com/iceber/iouring-go@v0.0.0-20230403020409-002cfd2e2a90/examples/link/README.md (about)

     1  # link
     2  ```
     3  go build .
     4  ./link
     5  
     6  str1 str1 str1 str1
     7  str2 str2 str2 str2 str2
     8  write str1
     9  write str2
    10  read fd to buffer
    11  read buffer to stdout
    12  ```