MVar

@deprecated("Moved and made generic in monix.catnap.MVar", "3.0.0")
object MVar

DEPRECATED — moved and made generic in monix.catnap.CircuitBreaker.

Please switch to that, because the deprecated symbols will be removed.

Deprecated
class Object
trait Matchable
class Any
MVar.type

Value members

Deprecated methods

@deprecated("Moved to monix.catnap.MVar.of", "3.0.0")
def apply[A](initial: A): Task[MVar[Task, A]]

DEPRECATED — please use monix.catnap.MVar.of.

DEPRECATED — please use monix.catnap.MVar.of.

Switch to the new version, because the deprecated symbols will be removed.

Deprecated
@deprecated("Moved to monix.catnap.MVar.of", "3.0.0")
def empty[A]: Task[MVar[Task, A]]

DEPRECATED — please use monix.catnap.MVar.empty.

DEPRECATED — please use monix.catnap.MVar.empty.

Switch to the new version, because the deprecated symbols will be removed.

Deprecated
@deprecated("Moved to monix.catnap.MVar.of", "3.0.0")
def withPadding[A](initial: A, ps: PaddingStrategy): Task[MVar[Task, A]]

DEPRECATED — please use monix.catnap.MVar.of.

DEPRECATED — please use monix.catnap.MVar.of.

Switch to the new version, because the deprecated symbols will be removed.

Deprecated
@deprecated("Moved to monix.catnap.MVar.empty", "3.0.0")
def withPadding[A](ps: PaddingStrategy): Task[MVar[Task, A]]

DEPRECATED — please use monix.catnap.MVar.empty.

DEPRECATED — please use monix.catnap.MVar.empty.

Switch to the new version, because the deprecated symbols will be removed.

Deprecated