Y
Hacker News
new
|
ask
|
show
|
jobs
by
CryZe
2538 days ago
In addition to what the others said there's another point: async fn's implement Future, otherwise you wouldn't be able to use them. So it's essential for Future to be in the standard library so that async fn can work.