StructuredConcurrency
StructuredConcurrency copied to clipboard
Path to release
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.