aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Zaugg <jzaugg@gmail.com>2016-09-07 15:11:20 +1000
committerGitHub <noreply@github.com>2016-09-07 15:11:20 +1000
commit935d49cd1713c2a9ae0b3949488f3046c22ae8f7 (patch)
tree69d798f8cccedc55ae469a57495e6b5b9a65aa88
parent4395afe0ab7c59f088607d0849abe48b0f83265d (diff)
parent6a5795f318c1434b2b34c4bf4f8c99e8b3d6459b (diff)
downloadscala-async-935d49cd1713c2a9ae0b3949488f3046c22ae8f7.tar.gz
scala-async-935d49cd1713c2a9ae0b3949488f3046c22ae8f7.tar.bz2
scala-async-935d49cd1713c2a9ae0b3949488f3046c22ae8f7.zip
Merge pull request #159 from raboof/patch-1
Fix dead link to Akka's Dataflow Concurrency
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
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