FunctionsuseSubscopeuseSubscope CallableuseSubscope<T>(fn: () => T, opts?: SubscopeOptions): [T, () => void]Executes a function inside a subscope which can be manually destroyed.Type parametersT
Executes a function inside a subscope which can be manually destroyed.