aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJason Zaugg <jzaugg@gmail.com>2013-11-07 15:51:18 +0100
committerJason Zaugg <jzaugg@gmail.com>2013-11-07 15:59:54 +0100
commitec5fcf703df4d6aa3ed53316fbe49989ea3fa1b1 (patch)
tree571cc37a586afe13f22963082f5e0ec34ab7c56a /README.md
parent10f3c8db6163ebe3196173c1d87e69c1fb6a3a65 (diff)
downloadscala-async-ec5fcf703df4d6aa3ed53316fbe49989ea3fa1b1.tar.gz
scala-async-ec5fcf703df4d6aa3ed53316fbe49989ea3fa1b1.tar.bz2
scala-async-ec5fcf703df4d6aa3ed53316fbe49989ea3fa1b1.zip
Remove scala.async.StateMachine
The generated code can simply extends Function1 and Function0. This class was a hacky means to get the macro working a long time ago.
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 09a40c4..552320f 100644
--- a/README.md
+++ b/README.md
@@ -222,7 +222,7 @@ After async transform:
```scala
{
- class stateMachine$7 extends StateMachine[scala.concurrent.Promise[Int], scala.concurrent.ExecutionContext] {
+ class stateMachine$7 extends ... {
def <init>() = {
super.<init>();
()