StephenCleary / StructuredConcurrency

Structured concurrency support for C#

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Path to release

Arithmomaniac opened this issue · comments

This package has been in alpha for several months now. What is missing that prevents it from being in beta, release-candidate, or production?

I think there are some hints in the ToDo.md

I like this approach to Structured Concurrency very much, but one thing I miss is that currently tasks do not have a way to return results.

Maybe take a look at my approach to Structured Concurrency that can handle returning results MemoizR. But I would like to have some more feedback from people that played around with it befor releasing it.