package sihl

  1. Overview
  2. Docs
The Sihl web framework

Install

Dune Dependency

Authors

Maintainers

Sources

3.0.3.tar.gz
md5=d1502bb2a31114e33f539910bfce1139
sha512=6f5b4d1c6e6eb7c77fb483ef52eea5f69b75079830ec622a552fef33c4fe87f6a70499db9621a8fa298a80aa21649e0047aaba1b9eb53d28c2d573e1f84acf92

doc/src/sihl/contract_schedule.ml.html

Source file contract_schedule.ml

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
let name = "schedule"

module type Sig = sig
  (** [schedule ?ctx t] runs a schedule [t].

      Call the returned function to cancel a schedule. *)
  val schedule
    :  ?ctx:(string * string) list
    -> Core_schedule.t
    -> Core_schedule.stop_schedule

  val register
    :  ?schedules:Core_schedule.t list
    -> unit
    -> Core_container.Service.t

  include Core_container.Service.Sig
end
OCaml

Innovation. Community. Security.