package sihl
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >
  
  
  The modular functional web framework
Install
    
    dune-project
 Dependency
Authors
Maintainers
Sources
  
    
      sihl-queue-0.1.10.tbz
    
    
        
    
  
  
  
    
  
  
    
  
        sha256=b264f357c2a65dbed00c3459be76cdd9b21275aeb9d0289634a2050161665211
    
    
  sha512=b22fa96a3c7fa607df04848b40a0f54890f4f63c519d10ff7fcef8ccf09341731b42ff4decccb4a7e858e138a803c849ee0c5226c514938cdcded2fd80cae4cb
    
    
  doc/sihl.queue/Sihl_queue_core/JobInstance/Fields/Direct/index.html
Module Fields.DirectSource
Source
val iter : 
  t ->
  id:
    (([< `Read | `Set_and_create ], t, Sihl_database.Id.t)
       Fieldslib.Field.t_with_perm ->
      t ->
      Sihl_database.Id.t ->
      'a) ->
  name:
    (([< `Read | `Set_and_create ], t, string) Fieldslib.Field.t_with_perm ->
      t ->
      string ->
      'b) ->
  input:
    (([< `Read | `Set_and_create ], t, string option)
       Fieldslib.Field.t_with_perm ->
      t ->
      string option ->
      'c) ->
  tries:
    (([< `Read | `Set_and_create ], t, int) Fieldslib.Field.t_with_perm ->
      t ->
      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, int) Fieldslib.Field.t_with_perm ->
      t ->
      int ->
      'f) ->
  status:
    (([< `Read | `Set_and_create ], t, Status.t) Fieldslib.Field.t_with_perm ->
      t ->
      Status.t ->
      'g) ->
  'gSource
val fold : 
  t ->
  init:'a ->
  id:
    ('a ->
      ([< `Read | `Set_and_create ], t, Sihl_database.Id.t)
        Fieldslib.Field.t_with_perm ->
      t ->
      Sihl_database.Id.t ->
      'b) ->
  name:
    ('b ->
      ([< `Read | `Set_and_create ], t, string) Fieldslib.Field.t_with_perm ->
      t ->
      string ->
      'c) ->
  input:
    ('c ->
      ([< `Read | `Set_and_create ], t, string option)
        Fieldslib.Field.t_with_perm ->
      t ->
      string option ->
      'd) ->
  tries:
    ('d ->
      ([< `Read | `Set_and_create ], t, int) Fieldslib.Field.t_with_perm ->
      t ->
      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, int) Fieldslib.Field.t_with_perm ->
      t ->
      int ->
      'g) ->
  status:
    ('g ->
      ([< `Read | `Set_and_create ], t, Status.t) Fieldslib.Field.t_with_perm ->
      t ->
      Status.t ->
      'h) ->
  'hSource
val for_all : 
  t ->
  id:
    (([< `Read | `Set_and_create ], t, Sihl_database.Id.t)
       Fieldslib.Field.t_with_perm ->
      t ->
      Sihl_database.Id.t ->
      bool) ->
  name:
    (([< `Read | `Set_and_create ], t, string) Fieldslib.Field.t_with_perm ->
      t ->
      string ->
      bool) ->
  input:
    (([< `Read | `Set_and_create ], t, string option)
       Fieldslib.Field.t_with_perm ->
      t ->
      string option ->
      bool) ->
  tries:
    (([< `Read | `Set_and_create ], t, int) Fieldslib.Field.t_with_perm ->
      t ->
      int ->
      bool) ->
  next_run_at:
    (([< `Read | `Set_and_create ], t, Ptime.t) Fieldslib.Field.t_with_perm ->
      t ->
      Ptime.t ->
      bool) ->
  max_tries:
    (([< `Read | `Set_and_create ], t, int) Fieldslib.Field.t_with_perm ->
      t ->
      int ->
      bool) ->
  status:
    (([< `Read | `Set_and_create ], t, Status.t) Fieldslib.Field.t_with_perm ->
      t ->
      Status.t ->
      bool) ->
  boolSource
val exists : 
  t ->
  id:
    (([< `Read | `Set_and_create ], t, Sihl_database.Id.t)
       Fieldslib.Field.t_with_perm ->
      t ->
      Sihl_database.Id.t ->
      bool) ->
  name:
    (([< `Read | `Set_and_create ], t, string) Fieldslib.Field.t_with_perm ->
      t ->
      string ->
      bool) ->
  input:
    (([< `Read | `Set_and_create ], t, string option)
       Fieldslib.Field.t_with_perm ->
      t ->
      string option ->
      bool) ->
  tries:
    (([< `Read | `Set_and_create ], t, int) Fieldslib.Field.t_with_perm ->
      t ->
      int ->
      bool) ->
  next_run_at:
    (([< `Read | `Set_and_create ], t, Ptime.t) Fieldslib.Field.t_with_perm ->
      t ->
      Ptime.t ->
      bool) ->
  max_tries:
    (([< `Read | `Set_and_create ], t, int) Fieldslib.Field.t_with_perm ->
      t ->
      int ->
      bool) ->
  status:
    (([< `Read | `Set_and_create ], t, Status.t) Fieldslib.Field.t_with_perm ->
      t ->
      Status.t ->
      bool) ->
  boolSource
val to_list : 
  t ->
  id:
    (([< `Read | `Set_and_create ], t, Sihl_database.Id.t)
       Fieldslib.Field.t_with_perm ->
      t ->
      Sihl_database.Id.t ->
      'a) ->
  name:
    (([< `Read | `Set_and_create ], t, string) Fieldslib.Field.t_with_perm ->
      t ->
      string ->
      'a) ->
  input:
    (([< `Read | `Set_and_create ], t, string option)
       Fieldslib.Field.t_with_perm ->
      t ->
      string option ->
      'a) ->
  tries:
    (([< `Read | `Set_and_create ], t, int) Fieldslib.Field.t_with_perm ->
      t ->
      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, int) Fieldslib.Field.t_with_perm ->
      t ->
      int ->
      'a) ->
  status:
    (([< `Read | `Set_and_create ], t, Status.t) Fieldslib.Field.t_with_perm ->
      t ->
      Status.t ->
      'a) ->
  'a listSource
val map : 
  t ->
  id:
    (([< `Read | `Set_and_create ], t, Sihl_database.Id.t)
       Fieldslib.Field.t_with_perm ->
      t ->
      Sihl_database.Id.t ->
      Sihl_database.Id.t) ->
  name:
    (([< `Read | `Set_and_create ], t, string) Fieldslib.Field.t_with_perm ->
      t ->
      string ->
      string) ->
  input:
    (([< `Read | `Set_and_create ], t, string option)
       Fieldslib.Field.t_with_perm ->
      t ->
      string option ->
      string option) ->
  tries:
    (([< `Read | `Set_and_create ], t, int) Fieldslib.Field.t_with_perm ->
      t ->
      int ->
      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, int) Fieldslib.Field.t_with_perm ->
      t ->
      int ->
      int) ->
  status:
    (([< `Read | `Set_and_create ], t, Status.t) Fieldslib.Field.t_with_perm ->
      t ->
      Status.t ->
      Status.t) ->
  t sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >