* Takes up to max number of values from the queue.
(max: number)
| 151 | * Takes up to max number of values from the queue. |
| 152 | */ |
| 153 | takeUpTo(max: number): Effect.Effect<Chunk.Chunk<A>> |
| 154 | |
| 155 | /** |
| 156 | * Takes a number of elements from the queue between the specified minimum and |
no outgoing calls