class type processor =Inheritsobject
..end
method process : when_done:(unit -> unit) ->
container -> Unix.file_descr -> string -> unit
The function must call when_done
to indicate that it processed
this connection completely.
The string argument is the protocol name.
method supported_ptypes : parallelization_type list