= 1024" x-on:close-sidebar="sidebar=window.innerWidth >= 1024 && true">
package lwt
-
lwt.unix
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
System informations.
Not_available(feature)
is an exception that may be raised when a feature is not available on the current system.
type feature = [
|
`wait4
|
`get_cpu
|
`get_affinity
|
`set_affinity
|
`recv_msg
|
`send_msg
|
`fd_passing
|
`get_credentials
|
`mincore
|
`madvise
|
`fdatasync
|
`libev
]
Features that can be tested.
val have : feature -> bool
Test whether the given feature is available on the current system.
val byte_order : byte_order
The byte order used by the computer running the program.