1.0.0
- Removed all deprecated methods and classes
- The stop() method on Dataflow operators has been renamed to terminate() to preserve naming consistency accross concepts
- The reportError() method on Dataflow operators has been replaced with addErrorHandler()
The RightShift (>>) operator of DataflowVariables and channels now calls then() instead of whenBound() and so can be chained
0.12
- Deprecated the makeTransparent() method (use makeConcurrent() instead)
- Removed deprecated actor classes - AbstractPooledActor
- Created BlockingActor for fast thread-bound actors
...