* Determines the behavior of the `Queue.Strategy` when the `Queue` has empty * slots following a `take` operation.
(
queue: BackingQueue<A>,
takers: MutableQueue.MutableQueue<Deferred.Deferred<A>>
)
| 283 | * slots following a `take` operation. |
| 284 | */ |
| 285 | unsafeOnQueueEmptySpace( |
| 286 | queue: BackingQueue<A>, |
| 287 | takers: MutableQueue.MutableQueue<Deferred.Deferred<A>> |
| 288 | ): void |
no outgoing calls
no test coverage detected