Module Block_group.Work

module Work: sig .. end

type t = {
   set_thread_name_to :string option;
   doit :unit -> [ `Continue | `Stop ];
}
val sexp_of_t : t -> Sexplib.Sexp.t