Skip to content

Instantly share code, notes, and snippets.

View igracia's full-sized avatar

Ivan Gracia igracia

View GitHub Profile
package com.innerverse.completionq;
import com.google.common.util.concurrent.Striped;
import java.util.concurrent.*;
import java.util.function.Supplier;
public class StripedExecutor {
protected final Striped<Semaphore> stripes;
private final ExecutorService executor;