Class MutexPool
java.lang.Object
com.github.alex1304.ultimategdbot.api.utils.MutexPool
public class MutexPool extends Object
-
Constructor Summary
Constructors Constructor Description MutexPool()
-
Method Summary
Modifier and Type Method Description <X> reactor.core.publisher.Flux<X>
acquireUntil(Object mutex, org.reactivestreams.Publisher<X> until)
-
Constructor Details
-
MutexPool
public MutexPool()
-
-
Method Details
-
acquireUntil
public <X> reactor.core.publisher.Flux<X> acquireUntil(Object mutex, org.reactivestreams.Publisher<X> until)
-