Represents a callable function that allows running a provided operation in an untracked context. When invoked, the RunUntracked function is executed, ensuring signals are not observed in this context.
RunUntracked
The type of the value returned by the RunUntracked operation.
A function where signals are not tracked during the execution of the operation.
The result of the execution of the RunUntracked operation.
Represents a callable function that allows running a provided operation in an untracked context. When invoked, the
RunUntrackedfunction is executed, ensuring signals are not observed in this context.