package picos

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

Parameter Make._

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.