Hacker News new | ask | show | jobs
by jayd16 1065 days ago
I'm not as familiar with Rusts's implementation but even in C# it's mostly true. Threads are only hit when a callback is not directly awaited. There's more to it but it starts you down the right path, I think.