TheJavaConversions object provides implicit conversions supporting interoperability between Scala and Java concurrency classes.
[Since version 2.13.0]Use the factory methods in `ExecutionContext` insteadCreates a newExecutionContext which uses the providedExecutorService.
Creates a newExecutionContext which uses the providedExecutorService.
[Since version 2.13.0]Use `ExecutionContext.fromExecutorService` insteadCreates a newExecutionContext which uses the providedExecutor.
Creates a newExecutionContext which uses the providedExecutor.
[Since version 2.13.0]Use `ExecutionContext.fromExecutor` instead