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

kilim.PauseReason Maven / Gradle / Ivy

Go to download

Coroutines, continuations, fibers, actors and message passing for the JVM

There is a newer version: 2.0.2-jdk7
Show newest version
/* Copyright (c) 2006, Sriram Srinivasan
 *
 * You may distribute this software under the terms of the license 
 * specified in the file "License"
 */

package kilim;

/**
 * @see Task#pause(PauseReason)
 */
public interface PauseReason {
    /**
     * True if the given task's reason for pausing is still valid.
     */
    boolean isValid(Task t);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy