You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-1
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,14 @@
2
2
3
3
scala-continuations is a library and a compiler plugin for Scala language that provides support for CPS transformations.
4
4
5
+
You may also be interested in https://github.com/scala/scala-async, which covers what was once the most common use case for the continuations plugin.
6
+
7
+
## Maintenance
8
+
5
9
This library is community-maintained. The lead maintainer is [@danslapman](https://github.com/danslapman).
6
10
7
-
You may also be interested in https://github.com/scala/async, which covers the most common use case for the continuations plugin.
11
+
## Scala versions supported
12
+
13
+
The current development branch supports Scala 2.11 and 2.12.
14
+
15
+
Volunteers are needed to [add support for Scala 2.13](https://github.com/scala/scala-continuations/issues/37).
0 commit comments