* Describes how publishers should signal to subscribers that they are * waiting for space to become available in the `PubSub`.
(
pubsub: Atomic<A>,
subscribers: Subscribers<A>,
elements: Iterable<A>,
isShutdown: MutableRef.MutableRef<boolean>
)
| 161 | * waiting for space to become available in the `PubSub`. |
| 162 | */ |
| 163 | handleSurplus( |
| 164 | pubsub: Atomic<A>, |
| 165 | subscribers: Subscribers<A>, |
| 166 | elements: Iterable<A>, |
no outgoing calls
no test coverage detected