Continuations in Java

前端 未结 11 1977
再見小時候
再見小時候 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:52

    Play! framework version 1.2.x also has support for continuations integrated with async http goodies.

    Note that Play 1.2.x continuations only work with the inbuilt Netty server.

    And Play 2.x still has no support for continuations.

提交回复
热议问题