Package: effect
Module: MutableQueue
Offers an element to the queue.
Returns whether the enqueue was successful or not.
Signature
declare const offer: { <A>(self: MutableQueue<A>, value: A): boolean; <A>(value: A): (self: MutableQueue<A>) => boolean; }
Since v2.0.0