odoc-driver
Odoc_driver_lib.Worker_pool
val submit : string -> Bos.Cmd.t -> Fpath.t option -> (Run.t, exn) result
Submit a command to be executed by a worker.
submit desc cmd output_file returns the list of output lines. desc is a description of the command.
submit desc cmd output_file
desc
val start_workers : Eio_unix.Stdenv.base -> Eio.Switch.t -> int -> unit
Start the given number of new workers.