package sihl

  1. Overview
  2. Docs
The modular functional web framework

Install

Dune Dependency

Authors

Maintainers

Sources

sihl-0.1.1.tbz
sha256=eac58e5ee9c869aa3b0f0bcee936b01c53bf7fe1febb42edd607268dfb11f4e9
sha512=012b6cf1cf6af0966059761b4916ea8aa590aa8d5809a6f480cb17e23ee10c3b9245062c4f0cf9ad98ab950391c0827c9780999d39fa16a93f7aab4b12f9ab8c

doc/sihl.queue/Queue/JobInstance/Fields/Direct/index.html

Module Fields.DirectSource

Sourceval iter : t -> id: (([< `Read | `Set_and_create ], t, Data.Id.t) Fieldslib.Field.t_with_perm -> t -> Data.Id.t -> 'a) -> name: (([< `Read | `Set_and_create ], t, Base.string) Fieldslib.Field.t_with_perm -> t -> Base.string -> 'b) -> input: (([< `Read | `Set_and_create ], t, Base.string Base.option) Fieldslib.Field.t_with_perm -> t -> Base.string Base.option -> 'c) -> tries: (([< `Read | `Set_and_create ], t, Base.int) Fieldslib.Field.t_with_perm -> t -> Base.int -> 'd) -> next_run_at: (([< `Read | `Set_and_create ], t, Ptime.t) Fieldslib.Field.t_with_perm -> t -> Ptime.t -> 'e) -> max_tries: (([< `Read | `Set_and_create ], t, Base.int) Fieldslib.Field.t_with_perm -> t -> Base.int -> 'f) -> status: (([< `Read | `Set_and_create ], t, Status.t) Fieldslib.Field.t_with_perm -> t -> Status.t -> 'g) -> 'g
Sourceval fold : t -> init:'a -> id: ('a -> ([< `Read | `Set_and_create ], t, Data.Id.t) Fieldslib.Field.t_with_perm -> t -> Data.Id.t -> 'b) -> name: ('b -> ([< `Read | `Set_and_create ], t, Base.string) Fieldslib.Field.t_with_perm -> t -> Base.string -> 'c) -> input: ('c -> ([< `Read | `Set_and_create ], t, Base.string Base.option) Fieldslib.Field.t_with_perm -> t -> Base.string Base.option -> 'd) -> tries: ('d -> ([< `Read | `Set_and_create ], t, Base.int) Fieldslib.Field.t_with_perm -> t -> Base.int -> 'e) -> next_run_at: ('e -> ([< `Read | `Set_and_create ], t, Ptime.t) Fieldslib.Field.t_with_perm -> t -> Ptime.t -> 'f) -> max_tries: ('f -> ([< `Read | `Set_and_create ], t, Base.int) Fieldslib.Field.t_with_perm -> t -> Base.int -> 'g) -> status: ('g -> ([< `Read | `Set_and_create ], t, Status.t) Fieldslib.Field.t_with_perm -> t -> Status.t -> 'h) -> 'h
Sourceval for_all : t -> id: (([< `Read | `Set_and_create ], t, Data.Id.t) Fieldslib.Field.t_with_perm -> t -> Data.Id.t -> Base.bool) -> name: (([< `Read | `Set_and_create ], t, Base.string) Fieldslib.Field.t_with_perm -> t -> Base.string -> Base.bool) -> input: (([< `Read | `Set_and_create ], t, Base.string Base.option) Fieldslib.Field.t_with_perm -> t -> Base.string Base.option -> Base.bool) -> tries: (([< `Read | `Set_and_create ], t, Base.int) Fieldslib.Field.t_with_perm -> t -> Base.int -> Base.bool) -> next_run_at: (([< `Read | `Set_and_create ], t, Ptime.t) Fieldslib.Field.t_with_perm -> t -> Ptime.t -> Base.bool) -> max_tries: (([< `Read | `Set_and_create ], t, Base.int) Fieldslib.Field.t_with_perm -> t -> Base.int -> Base.bool) -> status: (([< `Read | `Set_and_create ], t, Status.t) Fieldslib.Field.t_with_perm -> t -> Status.t -> Base.bool) -> Base.bool
Sourceval exists : t -> id: (([< `Read | `Set_and_create ], t, Data.Id.t) Fieldslib.Field.t_with_perm -> t -> Data.Id.t -> Base.bool) -> name: (([< `Read | `Set_and_create ], t, Base.string) Fieldslib.Field.t_with_perm -> t -> Base.string -> Base.bool) -> input: (([< `Read | `Set_and_create ], t, Base.string Base.option) Fieldslib.Field.t_with_perm -> t -> Base.string Base.option -> Base.bool) -> tries: (([< `Read | `Set_and_create ], t, Base.int) Fieldslib.Field.t_with_perm -> t -> Base.int -> Base.bool) -> next_run_at: (([< `Read | `Set_and_create ], t, Ptime.t) Fieldslib.Field.t_with_perm -> t -> Ptime.t -> Base.bool) -> max_tries: (([< `Read | `Set_and_create ], t, Base.int) Fieldslib.Field.t_with_perm -> t -> Base.int -> Base.bool) -> status: (([< `Read | `Set_and_create ], t, Status.t) Fieldslib.Field.t_with_perm -> t -> Status.t -> Base.bool) -> Base.bool
Sourceval to_list : t -> id: (([< `Read | `Set_and_create ], t, Data.Id.t) Fieldslib.Field.t_with_perm -> t -> Data.Id.t -> 'a) -> name: (([< `Read | `Set_and_create ], t, Base.string) Fieldslib.Field.t_with_perm -> t -> Base.string -> 'a) -> input: (([< `Read | `Set_and_create ], t, Base.string Base.option) Fieldslib.Field.t_with_perm -> t -> Base.string Base.option -> 'a) -> tries: (([< `Read | `Set_and_create ], t, Base.int) Fieldslib.Field.t_with_perm -> t -> Base.int -> 'a) -> next_run_at: (([< `Read | `Set_and_create ], t, Ptime.t) Fieldslib.Field.t_with_perm -> t -> Ptime.t -> 'a) -> max_tries: (([< `Read | `Set_and_create ], t, Base.int) Fieldslib.Field.t_with_perm -> t -> Base.int -> 'a) -> status: (([< `Read | `Set_and_create ], t, Status.t) Fieldslib.Field.t_with_perm -> t -> Status.t -> 'a) -> 'a list
Sourceval map : t -> id: (([< `Read | `Set_and_create ], t, Data.Id.t) Fieldslib.Field.t_with_perm -> t -> Data.Id.t -> Data.Id.t) -> name: (([< `Read | `Set_and_create ], t, Base.string) Fieldslib.Field.t_with_perm -> t -> Base.string -> Base.string) -> input: (([< `Read | `Set_and_create ], t, Base.string Base.option) Fieldslib.Field.t_with_perm -> t -> Base.string Base.option -> Base.string Base.option) -> tries: (([< `Read | `Set_and_create ], t, Base.int) Fieldslib.Field.t_with_perm -> t -> Base.int -> Base.int) -> next_run_at: (([< `Read | `Set_and_create ], t, Ptime.t) Fieldslib.Field.t_with_perm -> t -> Ptime.t -> Ptime.t) -> max_tries: (([< `Read | `Set_and_create ], t, Base.int) Fieldslib.Field.t_with_perm -> t -> Base.int -> Base.int) -> status: (([< `Read | `Set_and_create ], t, Status.t) Fieldslib.Field.t_with_perm -> t -> Status.t -> Status.t) -> t
Sourceval set_all_mutable_fields : 'a -> unit
OCaml

Innovation. Community. Security.