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

org.unidal.concurrent.Actor Maven / Gradle / Ivy

The newest version!
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