Webs_unix
Webs Unix
tooling.
module Fd : sig ... end
File descriptor tools.
http_date_of_posix_time_s t
is an HTTP-date
of posix time t
, like returned by Unix.gettimeofday
.
Unix
bindingssendfile(2)
sendfile ~src ~off ~len dst
writes length
bytes starting at off
in src
to dst
. Raises Unix.Unix_error
, you'll also need to do the Unix.EINTR
dance. Raises Sys_error
if unsupported on the platform.
module Time : sig ... end
Measuring time.