ImplicitExecutionContexts

add implicit conversions between the execution environment and execution context / executor service

class Object
trait Matchable
class Any

Implicits

Inherited implicits

implicit def executionEnvToExecutionContext(implicit ee: ExecutionEnv): ExecutionContext

if an implicit execution environment is in scope, it can be used as an execution context

if an implicit execution environment is in scope, it can be used as an execution context

Inherited from:
ImplicitExecutionContextFromExecutionEnv