Class MutexPool

java.lang.Object
com.github.alex1304.ultimategdbot.api.utils.MutexPool

public class MutexPool
extends java.lang.Object
  • Constructor Summary

    Constructors 
    Constructor Description
    MutexPool()  
  • Method Summary

    Modifier and Type Method Description
    <X> reactor.core.publisher.Flux<X> acquireUntil​(java.lang.Object mutex, org.reactivestreams.Publisher<X> until)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details

    • acquireUntil

      public <X> reactor.core.publisher.Flux<X> acquireUntil​(java.lang.Object mutex, org.reactivestreams.Publisher<X> until)