Continuations in Java

Posted by nobeh on Stack Overflow See other posts from Stack Overflow or by nobeh
Published on 2011-09-17T17:43:49Z Indexed on 2012/04/06 23:28 UTC
Read the original article Hit count: 196

Filed under:
|

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.

© Stack Overflow or respective owner

Related posts about java

Related posts about continuations