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

delight.concurrency.jre.ConcurrencyJre Maven / Gradle / Ivy

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