in src/main/java/com/spotify/futures/ConcurrencyLimiter.java [123:125]
public int numActive() { return maxConcurrency - limit.availablePermits(); }