Blocker

object Blocker extends BlockerPlatform
Companion
class
trait BlockerPlatform
class Object
trait Matchable
class Any

Value members

Concrete methods

def liftExecutionContext(ec: ExecutionContext): Blocker

Creates a blocker that delegates to the supplied execution context.

Creates a blocker that delegates to the supplied execution context.

This must not be used with general purpose contexts like scala.concurrent.ExecutionContext.Implicits.global.

Inherited fields

lazy val global: Blocker

Blocker that delegates to the global execution context.

Blocker that delegates to the global execution context.

Inherited from
BlockerPlatform