timonkrebs / MemoizR

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

Add cancelationtoken wrapper for controlling structured concurency scope #15

Closed timonkrebs closed 11 months ago

timonkrebs commented 11 months ago

Everything that shares cancelationtoken wrapper will get canceled together. Adds also error handling boundaries.