()
| 136 | } |
| 137 | |
| 138 | unsafeSize(): Option.Option<number> { |
| 139 | return this.backingQueue.unsafeSize() |
| 140 | } |
| 141 | |
| 142 | get awaitShutdown(): Effect.Effect<void> { |
| 143 | return Queue.awaitShutdown(this.backingQueue) |
nothing calls this directly
no test coverage detected