timonkrebs / MemoizR

Declarative Structured Concurrency for C#
Apache License 2.0
106 stars 3 forks source link

Add untrack #14

Open timonkrebs opened 11 months ago

timonkrebs commented 11 months ago

Returns the current value stored inside the given compute function without triggering any dependencies. Use untrack if you want to also disable owner tracking.

https://github.com/solidjs/signals/blob/main/src/bubble-reactivity/core.ts Line 530