()
| 344 | } |
| 345 | function onError(error: unknown) { |
| 346 | exit.current = Exit.fail(options.onError(error)) |
| 347 | latch.openUnsafe() |
| 348 | } |
| 349 | function onEnd() { |
| 350 | exit.current = Exit.fail(Cause.Done()) |
| 351 | latch.openUnsafe() |
nothing calls this directly
no test coverage detected
searching dependent graphs…