module WorkerRequest:
| Parameters: |
|
type t =
| |
MapRequest of |
(* | run the map phase for an input | *) |
| |
ReduceRequest of |
(* | process the values associated with the given key | *) |
include Protocol.Marshalable
WorkerRequest(J).ts by calling
WorkerRequest(J).send and receive respectively. These functions are
inherited from Marshalable: