Async

cats.effect.kernel.Async
See theAsync companion trait
object Async

Attributes

Companion
trait
Source
Async.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Async.type

Members list

Value members

Concrete methods

def apply[F[_]](implicit F: Async[F]): Async[F]

Attributes

Source
Async.scala
def defaultCont[F[_], K, R](body: Cont[F, K, R])(implicit F: Async[F]): F[R]

Attributes

Source
Async.scala

Implicits

Implicits

implicit def asyncForEitherT[F[_], E](implicit F0: Async[F]): Async[[_] =>> EitherT[F, E, _$16]]

Attributes

Source
Async.scala
implicit def asyncForIorT[F[_], L](implicit F0: Async[F], L0: Semigroup[L]): Async[[_] =>> IorT[F, L, _$18]]

Attributes

Source
Async.scala
implicit def asyncForKleisli[F[_], R](implicit F0: Async[F]): Async[[_] =>> Kleisli[F, R, _$22]]

Attributes

Source
Async.scala
implicit def asyncForOptionT[F[_]](implicit F0: Async[F]): Async[[_] =>> OptionT[F, _$14]]

Attributes

Source
Async.scala
implicit def asyncForWriterT[F[_], L](implicit F0: Async[F], L0: Monoid[L]): Async[[_] =>> WriterT[F, L, _$20]]

Attributes

Source
Async.scala