Async
This is documentation for a subset of the Async library that should be sufficient for completing problem set 5.
MapReduce
The core MapReduce types --- Job, App, and Controller
RemoteController
A Controller implementation that farms work out over the network.
Worker
The interface to the worker server.
Protocol
The messages sent between the worker and the controller.
LocalController
A Controller implementation that runs within a single process.
Combiner
Utilities for the combine phase of map reduce.
AQueue
Async exercise