Hacker News new | ask | show | jobs
by steveklabnik 2021 days ago
This code is all about learning about how this stuff works at a deeper level. To use async Rust, you need to write none of this code.
1 comments

Yes, this is usually how it turns out in practice. You don't need to understand what's going on under the hood, you just string some libraries together and call it a day ;).

/sarcasm off

Abstractions and use of them is the core of our discipline, not sure why you think your comment is sarcastic.