package sihl

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
include Core.Container.SERVICE
val lifecycle : Sihl__.Core_container.Lifecycle.t
val dispatch : Core.Ctx.t -> job:'a Job.t -> ?delay:Utils.Time.duration -> 'a -> unit Lwt.t

Queue a job for processing. Use delay to run the job after a certain amount of time.

val register_jobs : Core.Ctx.t -> jobs:'a Job.t list -> unit Lwt.t