JavaConversions
@deprecated("Use the factory methods in `ExecutionContext` instead", "2.13.0")
object JavaConversions
The JavaConversions object provides implicit conversions supporting
interoperability between Scala and Java concurrency classes.
- Deprecated
- Source:
- JavaConversions.scala
Implicits
Deprecated implicits
@deprecated("Use `ExecutionContext.fromExecutorService` instead", "2.13.0")
Creates a new ExecutionContext which uses the provided ExecutorService.
Creates a new ExecutionContext which uses the provided ExecutorService.
- Deprecated
- Source:
- JavaConversions.scala
@deprecated("Use `ExecutionContext.fromExecutor` instead", "2.13.0")
Creates a new ExecutionContext which uses the provided Executor.
Creates a new ExecutionContext which uses the provided Executor.
- Deprecated
- Source:
- JavaConversions.scala