Created
June 7, 2019 10:45
-
-
Save adamw/4265986894d5776e2f7ad35cf3a1596e 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
val ec1 = ExecutionContext.fromExecutor(Executors.newCachedThreadPool( | |
new NamedThreadFactory("ec1", true))) | |
val ec2 = ExecutionContext.fromExecutor(Executors.newCachedThreadPool( | |
new NamedThreadFactory("ec2", true))) | |
val ec3 = Executors.newCachedThreadPool(new NamedThreadFactory("ec3", true)) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment