()
| 71 | return true |
| 72 | } |
| 73 | function flush() { |
| 74 | running = false |
| 75 | if (buffer.length > 0) { |
| 76 | queue.unsafeOffer(buffer) |
| 77 | buffer = [] |
| 78 | } |
| 79 | } |
| 80 | function done(exit: Exit.Exit<A, E>) { |
| 81 | if (finished) return |
| 82 | finished = true |
no test coverage detected