Packages

object MVar

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

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

Annotations
@deprecated
Deprecated

(Since version 3.0.0) Moved and made generic in monix.catnap.MVar

Source
package.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. MVar
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Deprecated Value Members

  1. def apply[A](initial: A): Task[catnap.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.

    Annotations
    @deprecated
    Deprecated

    (Since version 3.0.0) Moved to monix.catnap.MVar.of

  2. def empty[A]: Task[catnap.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.

    Annotations
    @deprecated
    Deprecated

    (Since version 3.0.0) Moved to monix.catnap.MVar.of

  3. def withPadding[A](ps: PaddingStrategy): Task[catnap.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.

    Annotations
    @deprecated
    Deprecated

    (Since version 3.0.0) Moved to monix.catnap.MVar.empty

  4. def withPadding[A](initial: A, ps: PaddingStrategy): Task[catnap.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.

    Annotations
    @deprecated
    Deprecated

    (Since version 3.0.0) Moved to monix.catnap.MVar.of