StructuredConcurrency
StructuredConcurrency copied to clipboard
Structured concurrency support for C#
This package has been in alpha for several months now. What is missing that prevents it from being in beta, release-candidate, or production?
@StephenCleary - I arrived here after your answer on SO (https://stackoverflow.com/a/76644501/22196111). I'll definately be studying what you have here... but currently I'm not sure what problem your StructuredConcurrency library is...
Chatserver exe is running on my other machine when I run client application on other machine with same network getting following error - 
This provides an interesting API. Do you have plans to support custom schedulers? We use Orleans and often want to shift long-running operations off the grain's scheduler but, "at the...