![JAR search and dependency download from the Maven repository](/logo.png)
kilim.NotPausable Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of kilim Show documentation
Show all versions of kilim Show documentation
Coroutines, continuations, fibers, actors and message passing for the JVM
// Copyright 2006 by sriram - offered under the terms of the MIT License
package kilim;
public class NotPausable extends RuntimeException {
private static final long serialVersionUID = 1L;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy