package github

  1. Overview
  2. Docs

Module type Github_s.TimeSource

A module of this type is required in order to construct a Github module using Github_core.Make.

Sourceval now : unit -> float

now () is the current UNIX epoch time in seconds.

Sourceval sleep : float -> unit Lwt.t

sleep sec activates after sec seconds have elapsed.

OCaml

Innovation. Community. Security.