Provides necessary executors - the default one for execution of your business logic and callbacks and special one designated for blocking operations. Also allows you to create more executors if you need them.
- Companion:
- object
Type members
Classlikes
Provides implicit reference to the default callback executor for easier use.
Provides implicit reference to the default callback executor for easier use.
Value members
Concrete methods
Makes ForkJoinPool according to the given config and with java.util.concurrent.ForkJoinPool.ForkJoinWorkerThreadFactory.
Makes ForkJoinPool according to the given config and with java.util.concurrent.ForkJoinPool.ForkJoinWorkerThreadFactory.
Makes java.util.concurrent.ThreadPoolExecutor according to the given config and with java.util.concurrent.ThreadFactory.
Makes java.util.concurrent.ThreadPoolExecutor according to the given config and with java.util.concurrent.ThreadFactory.