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

org.jetlang.core.EventReader Maven / Gradle / Ivy

Go to download

Jetlang provides a high performance java threading library. It is a complement to the java.util.concurrent package introduced in 1.5 and should be used for message based concurrency similar to event based actors in Scala.

The newest version!
package org.jetlang.core;

/**
 * User: mrettig
 * Date: Aug 30, 2009
 */
public interface EventReader extends MessageReader {
    Runnable get(int index);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy