Structured Concurrency in C# #81
Replies: 3 comments 6 replies
-
|
Hi, thanks for the blog post! It's interesting though process provoking. group.Run(token => Task.Delay(1000, token));(given it would compile, and I think it would) |
Beta Was this translation helpful? Give feedback.
-
|
I think you meant c# instead of Kotlin and this is probably better follow-up link: https://github.com/StephenCleary/StructuredConcurrency |
Beta Was this translation helpful? Give feedback.
-
|
Nice article, one question though: i guess eventually for each |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Structured Concurrency in C#
Did you ever hear about "Structured Concurrency"? If not, this article is for you. We will discover what it is, why it is useful, and what it could look like in C#.
https://steven-giesel.com/blogPost/59e57336-7c73-472f-a781-b0b79f0d47ad?utm_source=csharpdigest&utm_medium=&utm_campaign=1722
Beta Was this translation helpful? Give feedback.
All reactions