val sexp_of_t : t -> Ppx_sexp_conv_lib.Sexp.t
val default_name : t -> string
default_name t
returns the name that will be used for work performed by t
, unless that work is added with an overriding name
val default_priority : t -> Priority.t
default_priority t
returns the priority that will be used for work performed by t
, unless that work is added with an overriding priority.