B0_std.OsOperating system interaction.
module Path : sig ... endFile system path operations.
module File : sig ... endRegular file operations.
module Dir : sig ... endDirectory operations.
module Fd : sig ... endFile descriptors operations.
module Socket : sig ... endSocket operations.
module Env : sig ... endEnvironment variables.
module Cmd : sig ... endExecuting commands.
module Exit : sig ... endProgram exit.
val sleep : Mtime.Span.t -> Mtime.Span.tsleep dur sleeps for duration dur and returns the duration slept. The latter may be smaller than dur if the call was interrupted by a signal. This becomes imprecise if dur is greater than ~104 days.
relax sleeps for a very small duration. Can be used for relaxed busy waiting.
module Cpu : sig ... endCPU time and information.
module Mtime : sig ... endMonotonic time clock and sleep.