* Describes how subscribers should signal to publishers waiting for space * to become available in the `PubSub` that space may be available.
(
pubsub: Atomic<A>,
subscribers: Subscribers<A>
)
| 172 | * to become available in the `PubSub` that space may be available. |
| 173 | */ |
| 174 | onPubSubEmptySpaceUnsafe( |
| 175 | pubsub: Atomic<A>, |
| 176 | subscribers: Subscribers<A> |
| 177 | ): void |
no outgoing calls
no test coverage detected