threadPollWorker=Executors.newScheduledThreadPool(corePoolSize); | threadPollWorker=Executors.newWorkStealingPool(16); | Executors.newScheduledThreadPool(corePoolSize) | Executors.newWorkStealingPool(16) | AsciidocFX | 6db10d54c004d2e6128838dd0eca8008f29a1011 | com.kodcu.service.ThreadService | | _1 | threadPollWorker |
---|
_2 | threadPollWorker |
---|
| xyz | Executors.newScheduledThreadPool(corePoolSize) |
---|
| - java.util.concurrent.Executors
| xyz | Executors.newWorkStealingPool(16) |
---|
| AssignedTo | False |