Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
val delegate : ('a, 'b) Procord_task.delegated_task -> 'a -> 'b process
val delegate_task_create_process :
?stderr:Unix.file_descr ->
string ->
string array ->
('a, 'b) Procord_task.delegated_task ->
'a ->
'b process
val delegate_task_socket :
string ->
int ->
('a, 'b) Procord_task.delegated_task ->
'a ->
'b process
exception Execution_error of execution_error
val error_message : execution_error -> string
val waiter : 'a process -> Procord_connection.waiter
val update : 'a process -> unit
val run : 'a process -> 'a
val kill : 'a process -> unit