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.

The JavaConversions object provides implicit conversions supporting interoperability between Scala and Java concurrency classes.

Deprecated
class Object
trait Matchable
class Any

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
@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