Enqueue<A> class abstract

Implementers

Constructors

Enqueue()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shutdownIO IO<Unit>
IO version of shutdown.
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
offer<R, E>(A value) ZIO<R, E, Unit>
Offers an item to the queue. If there are pending takes, it will complete the first one.
offerIO(A value) IO<Unit>
IO version of offer.
shutdown<R, E>() ZIO<R, E, Unit>
Interrupts all pending takes.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited