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
{{ message }}
This repository was archived by the owner on Jun 23, 2020. It is now read-only.
scala-continuations is a compiler plugin and library for Scala providing support for CPS (continuation-passing style) transformations.
2
2
3
-
scala-continuations is a library and a compiler plugin for Scala language that provides support for CPS transformations.
3
+
It is no longer maintained. Past releases (for Scala 2.12 and earlier) remain available on Maven Central.
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
-
9
-
This library is community-maintained.
10
-
11
-
There is not currently a lead maintainer. If you would like to volunteer, please open an issue and say so.
12
-
13
-
(In the absence of a volunteer maintainer, the Scala team at Lightbend is doing the barest minimum maintenance.)
14
-
15
-
## Scala versions supported
16
-
17
-
The current development branch supports Scala 2.11 and 2.12 on JDK 8+. (Older artifacts, supporting older Scala versions, remain available on Maven Central.)
18
-
19
-
The [support for Scala 2.13](https://github.com/scala/scala-continuations/issues/37) is work in progress.
5
+
You might also be interested in https://github.com/scala/scala-async, which covers what was once the most common use case for the continuations plugin.
0 commit comments