* Publishes all of the specified messages to the `PubSub`, returning whether they * were published to the `PubSub`.
(elements: Iterable<A>)
| 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 |
no outgoing calls
no test coverage detected