tascalate-javaflow icon indicating copy to clipboard operation
tascalate-javaflow copied to clipboard

Continuations / CoRoutines for Java 1.6 - 23, build tools, CDI support. This project is based on completely re-worked Apache Jakarta Commons JavaFlow library.

Results 2 tascalate-javaflow issues
Sort by recently updated
recently updated
newest added

In this test case, the iterate() method call the continuable method suspend(), then OOM error happens! Java verison 1.8, and net.tascalate.javaflow.api-2.7.2. # The test case ```java import org.apache.commons.javaflow.api.*; public class...