package octez-libs

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Tezos_stdlib_unix.Systime_osSource

Sourceval sleep : Ptime.Span.t -> unit Lwt.t

sleep t is an Lwt promise that resolves after t time has elapsed. If t is negative, sleep t is already resolved.

OCaml

Innovation. Community. Security.