Worker_supervisor.Make
Make (Worker)
creates a supervisor which wraps dispatches to Worker
.
module Worker : Worker_intf
include Base_intf
with type create_args := Worker.create_args
with type input := Worker.input
with type output := Worker.output
val create : Worker.create_args -> t
val close : t -> unit Async_kernel.Deferred.t
val is_working : t -> bool
val dispatch : t -> Worker.input -> Worker.output Async_kernel.Deferred.t