(evaluate: LazyArg<A>)
| 874 | * const stream = Stream.failCauseSync(() => |
| 875 | * Cause.fail("Connection timeout after retries") |
| 876 | * ) |
| 877 | * |
| 878 | * await Effect.runPromise(Stream.runCollect(stream).pipe(Effect.exit)) // => Exit.fail("Connection timeout after retries") |
| 879 | * ``` |
nothing calls this directly
no test coverage detected
searching dependent graphs…