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

org.nassimus.thread.Callable Maven / Gradle / Ivy

There is a newer version: 1.0.9
Show newest version
package org.nassimus.thread;

public interface Callable {
    public void call() throws Exception;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy