Skip to content

Instantly share code, notes, and snippets.

View havardh's full-sized avatar

Håvard Wormdal Høiby havardh

View GitHub Profile
@havardh
havardh / ConcurrentTestHelper.java
Created June 9, 2016 13:10
Concurrent test helper
import static java.util.Arrays.asList;
import static com.google.common.collect.FluentIterable.from;
import java.util.ArrayList;
import java.util.List;
import java.util.concurrent.Callable;
import java.util.concurrent.ExecutorService;
import java.util.concurrent.Executors;
import java.util.concurrent.Future;