Package org.redisson.misc

Examples of org.redisson.misc.ReclosableLatch


        promise = source.promise;
    }
   
    public RedissonCountDownLatchEntry(Promise<Boolean> promise) {
        super();
        this.latch = new ReclosableLatch();
        this.promise = promise;
    }
View Full Code Here

TOP

Related Classes of org.redisson.misc.ReclosableLatch

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.