class type virtual v_processor =object
..end
processor
, but the methods process
and supported_ptypes
are flagged as virtual
processor_hooks
method virtual process : when_done:(unit -> unit) ->
Netplex_types.container -> Unix.file_descr -> string -> unit
method virtual supported_ptypes : Netplex_types.parallelization_type list