Runs a function without tracking reads as dependencies of the currently active computation.
This is useful when a memo or effect needs a one-off value read without subscribing to future changes of that dependency.
The function to execute without dependency tracking.
The value returned by func.
func
Runs a function without tracking reads as dependencies of the currently active computation.
This is useful when a memo or effect needs a one-off value read without subscribing to future changes of that dependency.