
delight.concurrency.jre.ConcurrencyJre Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of delight-concurrency Show documentation
Show all versions of delight-concurrency Show documentation
An abstract and lightweight definition of concurrency fundamentals.
The newest version!
package delight.concurrency.jre;
import delight.concurrency.Concurrency;
import delight.concurrency.jre.internal.JreConcurrencyFactory;
import delight.factories.Factory;
public class ConcurrencyJre {
public static Concurrency create() {
return new JreConcurrency();
}
public static Factory, ?, ?> createFactory() {
return new JreConcurrencyFactory();
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy