timonkrebs / MemoizR

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

Add automatic "subscription-handling" like solid #30

Closed timonkrebs closed 4 months ago

timonkrebs commented 9 months ago

https://www.solidjs.com/docs/latest#createroot

timonkrebs commented 7 months ago

Make Observer WeakRefs

timonkrebs commented 5 months ago

Hold weak references of reactions and eventually concurrent nodes in factory. To have an easy way to dispose everything together...

timonkrebs commented 5 months ago

Hold cancellation token source in context to provide in the whole graph