package lwt
Promises and event-driven I/O
Install
dune-project
Dependency
Authors
Maintainers
Sources
5.6.0.tar.gz
md5=e63979ee40a80d5b9e9e5545f33323b4
sha512=d616389bc9e0da11f25843ab7541ac2d40c9543700a89455f14115b339bbe58cef2b8acf0ae97fd54e15a4cb93149cfe1ebfda301aa93933045f76b7d9344160
doc/lwt.unix/Lwt_io/module-type-NumberIO/index.html
Module type Lwt_io.NumberIO
Source
Common interface for reading/writing integers in binary
Reading
Reads a 32-bits integer as an ocaml int
Reads an IEEE single precision floating point value
Reads an IEEE double precision floating point value
Writing
Writes an ocaml int as a 32-bits integer
Writes an IEEE single precision floating point value
Writes an IEEE double precision floating point value