aantron / luv

Cross-platform asynchronous I/O and system calls
https://aantron.github.io/luv
MIT License
276 stars 26 forks source link

Document how to use standard I/O streams with Luv #75

Closed aantron closed 3 years ago

aantron commented 4 years ago

...in the user guide. At the moment, all the examples use OCaml's (potentially blocking) standard I/O functions from Stdlib, for brevity and the reader's familiarity, because each example is focused on some topic other than standard I/O. cc @ulrikstrid