Package: effect
Module: PubSub
Publishes all of the specified messages to the PubSub, returning whether they
were published to the PubSub.
Signature
declare const publishAll: { <A>(elements: Iterable<A>): (self: PubSub<A>) => Effect.Effect<boolean>; <A>(self: PubSub<A>, elements: Iterable<A>): Effect.Effect<boolean>; }
Since v2.0.0