Implicits

scala.concurrent.ExecutionContext.Implicits
object Implicits

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Implicits.type

Members list

Implicits

Implicits

final implicit def global: ExecutionContext

The implicit global ExecutionContext. Import global when you want to provide the global ExecutionContext implicitly.

The implicit global ExecutionContext. Import global when you want to provide the global ExecutionContext implicitly.

The default ExecutionContext implementation is backed by a work-stealing thread pool. By default, the thread pool uses a target number of worker threads equal to the number of available processors.

Attributes