MCPcopy
hub / github.com/Effect-TS/effect / publishAll

Method publishAll

packages/effect/src/PubSub.ts:29–29  ·  view source on GitHub ↗

* Publishes all of the specified messages to the `PubSub`, returning whether they * were published to the `PubSub`.

(elements: Iterable<A>)

Source from the content-addressed store, hash-verified

27 * were published to the `PubSub`.
28 */
29 publishAll(elements: Iterable<A>): Effect.Effect<boolean>
30
31 /**
32 * Subscribes to receive messages from the `PubSub`. The resulting subscription can

Callers 1

PubSub.test.tsFile · 0.65

Implementers 5

BoundedPubSubArbpackages/effect/src/internal/pubsub.ts
BoundedPubSubPow2packages/effect/src/internal/pubsub.ts
BoundedPubSubSinglepackages/effect/src/internal/pubsub.ts
UnboundedPubSubpackages/effect/src/internal/pubsub.ts
PubSubImplpackages/effect/src/internal/pubsub.ts

Calls

no outgoing calls

Tested by

no test coverage detected