We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4395afe + 6a5795f commit 935d49cCopy full SHA for 935d49c
README.md
@@ -97,7 +97,8 @@ The `async` approach has two advantages over the use of
97
98
The existing continuations (CPS) plugin for Scala can also be used
99
to provide a syntactic layer like `async`. This approach has been
100
-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)
101
+(now deprecated in favour of this library).
102
103
CPS-based rewriting of asynchronous code also produces a closure
104
for each suspension. It can also lead to type errors that are
0 commit comments