(element)
| 293 | const input: AsyncInput.AsyncInputProducer<IE, Chunk.Chunk<Uint8Array>, unknown> = { |
| 294 | awaitRead: () => Effect.void, |
| 295 | emit(element) { |
| 296 | return mailbox.offer(element) |
| 297 | }, |
| 298 | error(cause) { |
| 299 | exit = Option.some(Exit.failCause(cause)) |
| 300 | return mailbox.end |
nothing calls this directly
no test coverage detected
searching dependent graphs…