guru.z3.temple.toolkit.concurrent.JobLocal Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of temple.toolkit Show documentation
Show all versions of temple.toolkit Show documentation
z3 guru base library. Alias name is temple.toolkit
package guru.z3.temple.toolkit.concurrent;
/**
* Abstract interface of class used as ThreadLocal in a thread in which {@link Worker} is running.
*/
public interface JobLocal
{
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy