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

com.firefly.utils.lang.pool.AsynchronousPool Maven / Gradle / Ivy

There is a newer version: 5.0.2
Show newest version
package com.firefly.utils.lang.pool;

import com.firefly.utils.concurrent.Promise;

/**
 * @author Pengtao Qiu
 */
public interface AsynchronousPool extends Pool {

    Promise.Completable> take();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy