snuspl / dolphin

14 stars 2 forks source link

[DOLPHIN-158] Remove processReply from PartitionWorker #179

Closed beomyeol closed 8 years ago

beomyeol commented 8 years ago

Remove processReply from user-facing PartitionWorker by introducing AsyncWorkerHandler. AsyncWorkerHandler is implemented by Concurrent and Partitioned Workers; it is only meant to be used internally.

This closes #158.

jsjason commented 8 years ago

@beomyeol I'll do a pass today and hopefully merge this right away.

jsjason commented 8 years ago

The code looks great and sample applications work well. I'll merge this.