RunEffect

colibri.effect.RunEffect$
See theRunEffect companion trait

Attributes

Companion:
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Value members

Concrete methods

def apply[F[_]](implicit run: RunEffect[F]): RunEffect[F]
def forAsync[F[_] : Async]: Resource[F, RunEffect[F]]
def forDispatcher[F[_]](dispatcher: Dispatcher[F]): RunEffect[F]

Implicits

Implicits

implicit def IORunEffectRuntime(implicit ioRuntime: IORuntime): RunEffect[IO]

Inherited implicits

implicit val IORunEffect: RunEffect[IO]

Attributes

Inherited from:
RunEffectLowPrio