StephenCleary / StructuredConcurrency

Structured concurrency support for C#
MIT License
257 stars 7 forks source link

Path to release #5

Open Arithmomaniac opened 8 months ago

Arithmomaniac commented 8 months ago

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

timonkrebs commented 8 months ago

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.