Continuations in Java
- by nobeh
I am looking for recent work presenting continuations in Java. I have come across the same question here but it dates back for a year or two.
There is some work such as JavaFlow by Apache, RIFE Continuations (that I cannot download for any reason now). Also there is a blog post mentioning the support in JDK but it seems that the support will span to Java 8. I also reckon that continuations are also introduced in recent Scala versions.
I am looking for implementations in Java presenting the continuations concept. And, I am not looking for the works that present continuation-passing-style (CSP).
I'd be thankful for any other work you might know.