All Downloads are FREE. Search and download functionalities are using the official Maven repository.

java.dyn.Coroutine Maven / Gradle / Ivy

There is a newer version: 9.4.9.0
Show newest version
package java.dyn;

/**
 * Mock version of same class from Lukas Stadler's coro work.
 */
public class Coroutine extends CoroutineBase {
    public static CoroutineBase current() {
        return null;
    }
    
    public static void yieldTo(Coroutine coro) {}
    
    protected void run() {}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy