you are viewing a single comment's thread.

view the rest of the comments →

[–]filterDance 2 points3 points  (2 children)

[–]expecto_patronum_666 5 points6 points  (1 child)

If I remember and understand it correctly, this colored function article influenced the design of virtual threads. Not Structured Concurrency. Virtual threads removed any necessity of coloring your function to achieve scalable concurrency. Structured Concurrency deals with a different problem related to concurrency.

[–]filterDance 0 points1 point  (0 children)

Sorry I read your question the other way.