RunEffect

colibri.effect.RunEffect
See theRunEffect companion trait
object RunEffect extends RunEffectLowPrio

Attributes

Companion
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
RunEffect.type

Members list

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