supervisor

cats.effect.syntax.package$.supervisor$
object supervisor extends SupervisorSyntax

Attributes

Source
package.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
supervisor.type

Members list

Implicits

Inherited implicits

implicit def supervisorOps[F[_], A](wrapped: F[A]): SupervisorOps[F, A]

Attributes

Inherited from:
SupervisorSyntax
Source
SupervisorSyntax.scala