Package: effect
Module: Effect
Returns an effect that accesses the runtime, which can be used to (unsafely) execute tasks.
When to Use
This is useful for integration with legacy code that must call back into Effect code.
Signature
declare const runtime: <R = never>() => Effect<Runtime.Runtime<R>, never, R>
Since v2.0.0