synchronous

doobie.util.ExecutionContexts$.synchronous$
object synchronous extends ExecutionContext

Execution context that runs everything synchronously. This can be useful for testing.

Attributes

Source:
ExecutionContexts.scala
Graph
Supertypes
trait ExecutionContext
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Value members

Concrete methods

def execute(runnable: Runnable): Unit

Attributes

Source:
ExecutionContexts.scala
def reportFailure(cause: Throwable): Unit

Attributes

Source:
ExecutionContexts.scala

Deprecated and Inherited methods

def prepare(): ExecutionContext

Attributes

Deprecated
[Since version 2.12.0] preparation of ExecutionContexts will be removed
Inherited from:
ExecutionContext