SubscribeEffect
object SubscribeEffect
This effect is used in the implementation of the Async effect
This effect is used in the implementation of the Async effect
class Object
trait Matchable
class Any
Type members
Classlikes
case class AttemptedSubscribe[A](subscribe: () => Either[Throwable, A] => Unit, memoizeKey: Option[(AnyRef, Cache)]) extends Subscribe[Either[Throwable, A]]
case class SimpleSubscribe[A](subscribe: () => A => Unit, memoizeKey: Option[(AnyRef, Cache)]) extends Subscribe[A]