Continuations in Java

前端 未结 11 1975
再見小時候
再見小時候 2020-12-05 00:20

Is there a good implementation of continuations in Java?

If so, what is the overhead like? The JVM wasn\'t designed with these sort of things in mind, right? So is t

11条回答
  •  眼角桃花
    2020-12-05 00:48

    Another library by Matthias Mann:

    http://www.matthiasmann.de/content/view/24/26/

    http://www.matthiasmann.de/java/Continuations/

提交回复
热议问题