StructuredConcurrency icon indicating copy to clipboard operation
StructuredConcurrency copied to clipboard

Structured concurrency support for C#

Results 5 StructuredConcurrency issues
Sort by recently updated
recently updated
newest added

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 - ![image](https://github.com/StephenCleary/StructuredConcurrency/assets/46781848/7d7f08e8-8b7d-433b-b74c-857ce606cf9d)

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...