Skip to content

Instantly share code, notes, and snippets.

View dtuchs's full-sized avatar

Dmitrii Tuchs dtuchs

View GitHub Profile
package niffler.test;
import javax.annotation.Nullable;
import java.util.Map;
import java.util.concurrent.ConcurrentHashMap;
import java.util.concurrent.CountDownLatch;
import java.util.concurrent.TimeUnit;
import java.util.stream.Collectors;