( evaluate: LazyArg<Cause.Cause<E>> )
| 731 | |
| 732 | /* @internal */ |
| 733 | export const failCauseSync = <E>( |
| 734 | evaluate: LazyArg<Cause.Cause<E>> |
| 735 | ): Effect.Effect<never, E> => flatMap(sync(evaluate), failCause) |
| 736 | |
| 737 | /* @internal */ |
| 738 | export const fiberId: Effect.Effect<FiberId.FiberId> = withFiberRuntime((state) => succeed(state.id())) |
no test coverage detected