Hacker News new | ask | show | jobs
by ridiculous_fish 2706 days ago
Why not just some generic function T -> Future<T>?

It sounds like the async keyword allows for a particular implicit type conversion within the function body, but on return statements only. That's a pretty thin justification for a keyword.