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

com.github.yuyenews.concurrent.commons.enums.ProducerAndConsumerEnum Maven / Gradle / Ivy

The newest version!
package com.github.yuyenews.concurrent.commons.enums;

public enum ProducerAndConsumerEnum {
    CONSUMER,
    PRODUCER,
    ALL;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy