Skip to content

Instantly share code, notes, and snippets.

@pruivo
Created July 18, 2017 10:10
public long generateId() throws ExecutionException, InterruptedException {
return strongCounter.incrementAndGet().get();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment