| commit | 8aa5360335341ab5342b28672f42c3273758510c | [log] [tgz] |
|---|---|---|
| author | Seth Ladd <[email protected]> | Sun Mar 29 19:50:42 2015 |
| committer | Seth Ladd <[email protected]> | Sun Mar 29 19:50:42 2015 |
| tree | c6af254122520cc3755d766fc5260e5761fb2a17 | |
| parent | 0a6a4063dbbe3c64f0bd4608cf1e6262c42123c8 [diff] |
Update README.md
diff --git a/README.md b/README.md index 5b4de49..bbeee1d 100644 --- a/README.md +++ b/README.md
@@ -1,6 +1,8 @@ -async-await transformer +async-await transformer DEPRECATED ======================= +**Use Dart 1.9 for native support for async/await/sync*/async*/yield.** + A prototype (and in progress) implementation of async/await in Dart, via CPS translation.