module WorkerResponse:
Parameters: |
|
type
t =
| |
JobFailed of |
(* | The application threw the given exception with stacktrace | *) |
| |
MapResult of |
(* | successful map output | *) |
| |
ReduceResult of |
(* | successful reduce output | *) |
include Protocol.Marshalable
WorkerRequest(J).t
s by calling
WorkerRequest(J).send
and receive
respectively. These functions are
inherited from Marshalable
: