package lwt
Promises and event-driven I/O
Install
Dune Dependency
Authors
Maintainers
Sources
5.8.0.tar.gz
md5=2682558f405ab7c8638eeb16d0f9f46f
sha512=7f6548a1b1dbfdbc98d9352151ca7be97fa2ab63dbcc429208ce8d08308eee13f7fce31e0cca53f8880233959a60212d622270dd51bf164c3ee272f179769bd9
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