package picos

  1. Overview
  2. Docs

Minimal signature for an implementation of sleep using Lwt.

val sleep : float -> unit Lwt.t

sleep seconds should return a cancelable promise that resolves after given number of seconds (unless canceled).

OCaml

Innovation. Community. Security.