Skip to content

Instantly share code, notes, and snippets.

@jfarcand
Created December 1, 2010 21:06
Show Gist options
  • Save jfarcand/724224 to your computer and use it in GitHub Desktop.
Save jfarcand/724224 to your computer and use it in GitHub Desktop.
Builder b = new AsyncHttpClientConfig.Builder();
c.setExecutorServices(Executors.newFixedExecutorServices(10));
AsyncHttpClient c = new AsyncHttpClient(b.build());
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment