tascalate-javaflow
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
Non-continuable method calling continuable method leads to OOM instead of not instrumented exception
4
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...