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
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def execute(runnable: Runnable): Unit

Attributes

Source
ExecutionContexts.scala

Attributes

Source
ExecutionContexts.scala

Deprecated and Inherited methods

Attributes

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