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

com.buschmais.xo.api.ConcurrencyMode Maven / Gradle / Ivy

There is a newer version: 2.5.0
Show newest version
package com.buschmais.xo.api;

/**
 * Created by dimahler on 1/14/14.
 */
public enum ConcurrencyMode {
    SINGLETHREADED,
    MULTITHREADED;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy