AsyncSyntax

cats.effect.kernel.syntax.AsyncSyntax
trait AsyncSyntax

Attributes

Source
AsyncSyntax.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
trait AllSyntax
object all.type
object implicits.type
object async.type

Members list

Implicits

Implicits

implicit def asyncOps[F[_], A](wrapped: F[A]): AsyncOps[F, A]

Attributes

Source
AsyncSyntax.scala