IgnoreAtomicity

harness.sql.Atomically$.IgnoreAtomicity
See theIgnoreAtomicity companion object
final class IgnoreAtomicity[E] extends Atomically[E]

Will ignore the fact you are trying to do something atomically, and execute the effect as-is.

Attributes

Companion
object
Graph
Supertypes
trait Atomically[E]
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

override def atomicScope: ZIO[Scope, E, Unit]

Attributes

Definition Classes
override def atomically[R, A](effect: ZIO[R, E, A]): ZIO[R, E, A]

Attributes

Definition Classes

Inherited methods

final def apply[R, A](effect: ZIO[R, E, A]): ZIO[R, E, A]

Attributes

Inherited from:
Atomically