Package: effect
Module: SynchronizedRef
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>
Since v4.0.0