scala.concurrent.JavaConversions
The JavaConversions object provides implicit conversions supporting interoperability between Scala and Java concurrency classes.
Attributes
-
Deprecated
-
[Since version 2.13.0] Use the factory methods in `ExecutionContext` instead
-
Source
-
JavaConversions.scala
-
Graph
-
-
Supertypes
-
-
Self type
-
Members list
Creates a new ExecutionContext which uses the provided ExecutorService.
Creates a new ExecutionContext which uses the provided ExecutorService.
Attributes
-
Deprecated
-
[Since version 2.13.0] Use `ExecutionContext.fromExecutorService` instead
-
Source
-
JavaConversions.scala
Creates a new ExecutionContext which uses the provided Executor.
Creates a new ExecutionContext which uses the provided Executor.
Attributes
-
Deprecated
-
[Since version 2.13.0] Use `ExecutionContext.fromExecutor` instead
-
Source
-
JavaConversions.scala