Package: effect
Module: Layer
Lazily constructs a layer. This is useful to avoid infinite recursion when creating layers that refer to themselves.
Signature
declare const suspend: <RIn, E, ROut>(evaluate: LazyArg<Layer<ROut, E, RIn>>) => Layer<ROut, E, RIn>
Since v2.0.0