package lwt
- Overview
- No Docs
You can search for identifiers within the package.
in-package search v0.2.0
  Promises and event-driven I/O
Install
    
    dune-project
 Dependency
Authors
Maintainers
Sources
  
    
      5.9.0.tar.gz
    
    
        
    
  
  
  
    
  
  
    
  
        md5=763b9201c891f8c20ee02dec0af23355
    
    
  sha512=35574743df40170a8d1676254952c060090421a40d5f8ad37a6691f4f8bb0e28fca61f5efff1050edc4f8a3ffa2f06a1e23d0c084c89bfc105c1235e249bbc75
    
    
  doc/lwt.unix/Lwt_io/BE/index.html
Module Lwt_io.BESource
Reading/writing of numbers in big-endian
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