Skip to content

Instantly share code, notes, and snippets.

package cn.deepmax.lang.test.time.lang.thread;
import java.util.concurrent.CountDownLatch;
import java.util.concurrent.locks.Condition;
import java.util.concurrent.locks.ReentrantLock;
public class MultiConditionTest {
private int size;
private int total;