Skip to content

Instantly share code, notes, and snippets.

@nschlimm
Created March 22, 2012 10:12
Show Gist options
  • Save nschlimm/2157551 to your computer and use it in GitHub Desktop.
Save nschlimm/2157551 to your computer and use it in GitHub Desktop.
ThreadPoolExecutor contsructor
public ThreadPoolExecutor(int corePoolSize,
int maximumPoolSize,
long keepAliveTime,
TimeUnit unit,
BlockingQueue<Runnable> workQueue,
ThreadFactory threadFactory,
RejectedExecutionHandler handler) { ... }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment