Hacker News new | ask | show | jobs
by blackoil 1392 days ago
IIRC, the statement was from some Java blog about Loom. Idea is that with lightweight threads you can make everything sync and still be performant. While C# has gone ahead with making everything async
1 comments

I understand the difference in approaches. However, the parent stated that this decision makes green threads harder in C#, which is what I don't understand.