* Describes how publishers should signal to subscribers that they are * waiting for space to become available in the `PubSub`.
(
pubsub: AtomicPubSub<A>,
subscribers: Subscribers<A>,
elements: Iterable<A>,
isShutdown: MutableRef.MutableRef<boolean>
)
| 1350 | * waiting for space to become available in the `PubSub`. |
| 1351 | */ |
| 1352 | handleSurplus( |
| 1353 | pubsub: AtomicPubSub<A>, |
| 1354 | subscribers: Subscribers<A>, |
| 1355 | elements: Iterable<A>, |
no outgoing calls
no test coverage detected