From 6a5795f318c1434b2b34c4bf4f8c99e8b3d6459b Mon Sep 17 00:00:00 2001 From: Arnout Engelen Date: Fri, 5 Aug 2016 11:28:33 +0200 Subject: Fix dead link to Akka's Dataflow Concurrency And mention it's been removed in favour of this library. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 0f5c730..d9afa2f 100644 --- a/README.md +++ b/README.md @@ -97,7 +97,8 @@ The `async` approach has two advantages over the use of The existing continuations (CPS) plugin for Scala can also be used to provide a syntactic layer like `async`. This approach has been -used in Akka's [Dataflow Concurrency](http://doc.akka.io/docs/akka/snapshot/scala/dataflow.html) +used in Akka's [Dataflow Concurrency](http://doc.akka.io/docs/akka/2.3-M1/scala/dataflow.html) +(now deprecated in favour of this library). CPS-based rewriting of asynchronous code also produces a closure for each suspension. It can also lead to type errors that are -- cgit v1.2.3