Up
Module
Worker
:
Worker
with
type
param_type
=
Param.t
and
type
run_input_type
=
Input.t
and
type
run_output_type
=
Output.t
Signature
type
t
type
param_type =
Param.t
type
run_input_type =
Input.t
type
run_output_type =
Output.t
val
spawn_config_exn :
Config.t
->
param_type
->
t
list
Async.Std.Deferred.t
val
run_exn :
t
->
run_input_type
->
run_output_type
Async.Std.Deferred.t
val
shutdown_exn :
t
-> unit
Async.Std.Deferred.t