package lwt

  1. Overview
  2. Docs
exception Not_available of string
val windows : bool
type feature = [
  1. | `fd_passing
  2. | `fdatasync
  3. | `get_affinity
  4. | `get_cpu
  5. | `get_credentials
  6. | `libev
  7. | `madvise
  8. | `mincore
  9. | `recv_msg
  10. | `send_msg
  11. | `set_affinity
  12. | `wait4
]
val have : feature -> bool
type byte_order =
  1. | Little_endian
  2. | Big_endian
val byte_order : byte_order
OCaml

Innovation. Community. Security.