effect-io-ai

Package: effect
Module: SynchronizedRef

SynchronizedRef.makeUnsafe

Creates a SynchronizedRef synchronously from an initial value.

When to use

Use when you need synchronous SynchronizedRef construction outside an Effect workflow.

Signature

declare const makeUnsafe: <A>(value: A) => SynchronizedRef<A>

Source

Since v4.0.0