Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save qzagarese/4a664ef574b644c9c6465c6292577d23 to your computer and use it in GitHub Desktop.
Save qzagarese/4a664ef574b644c9c6465c6292577d23 to your computer and use it in GitHub Desktop.
MyFramework framework = MyFramework.builder()
// initialization code here
.build();
framework.init(Executors.newFixedThreadPool(20));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment