Created
December 1, 2010 21:06
-
-
Save jfarcand/724224 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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