Package: effect
Module: Layer
Builds this layer and uses it until it is interrupted. This is useful when your entire application is a layer, such as an HTTP server.
Signature
declare const launch: <RIn, E, ROut>(self: Layer<ROut, E, RIn>) => Effect.Effect<never, E, RIn>
Since v2.0.0