package gitlab

  1. Overview
  2. Docs

A module of this type is required in order to construct a Gitlab module using Gitlab_core.Make.

val now : unit -> float

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

val sleep : float -> unit Lwt.t

sleep sec activates after sec seconds have elapsed.