Hacker News new | ask | show | jobs
by sandreas 68 days ago
I much prefer Coroutines in Kotlin... Lightweight, pauseable, resumable, cancelable and easy to use without having to provide a CancellationToken AND a CancellationTokenProvider.

I really hope that coroutines land in Rust after being experimental to improve the async stuff.

The C# Tasks are not bad but I think the API could be easier and more precise/clear.