org.unidal.concurrent.Actor Maven / Gradle / Ivy
package org.unidal.concurrent;
public interface Actor> {
public ActorState checkState();
public C getContext();
public void play() throws InterruptedException;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy