package sihl

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

Module Sihl_scheduleSource

Schedules are functions that need to run periodically, similarly to cron jobs. Use this for instance to run clean up jobs.

module Sig : sig ... end
Sourcetype t
Sourceval create : Sihl_schedule__.Model.scheduled_time -> f:(unit -> unit Lwt.t) -> label:string -> t
Sourceval every_second : Sihl_schedule__.Model.scheduled_time
Sourceval every_hour : Sihl_schedule__.Model.scheduled_time
OCaml

Innovation. Community. Security.