effect-io-ai

Package: effect
Module: Effect

Effect.runtime

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>

Source

Since v2.0.0