(cause: Cause.Cause<E>)
| 1008 | * @since 2.0.0 |
| 1009 | */ |
| 1010 | export const failCause = <E>(cause: Cause.Cause<E>): Channel<never, E, never> => fromPull(Effect.failCause(cause)) |
| 1011 | |
| 1012 | /** |
| 1013 | * Constructs a channel that fails immediately with the specified lazily |
no test coverage detected