Understanding the Risks and Best Practices for Using `Effect.runtime`
In the API reference docs for
Effect.runtime
Effect.runtime
:
Returns an effect that accesses the runtime, which can be used to (unsafely) execute tasks. This is useful for integration with legacy code that must call back into Effect code.