

Stage Computation
Stage: a group of exported operations and private data.
Operation: asynchronous procedure call.
Scheduling autonomy: stage has control the order and concurrency for execution
of its operations.
Stage vs. Object:
- operations are invoked asynchronously (with later rendezvous if
necessary)
- stage has autonomy on execution order of operations
- stages are control abstraction vs. objects which are data abstraction.