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

io.parallec.core.bean.TaskRunMode Maven / Gradle / Ivy

Go to download

Parallec: Parallel Async HTTP/SSH/PING/TCP Client library. Details at: http://www.parallec.io

There is a newer version: 0.10.6
Show newest version
package io.parallec.core.bean;

/**
 * The Enum Mode of running Parallel Task: async or sync. 
 */
public enum TaskRunMode {

    /** The sync. */
    SYNC,
    /** The async. */
    ASYNC
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy