Hacker News new | ask | show | jobs
by _pmf_ 3217 days ago
Async IO libraries tend to make very simple things very complicated. I spent half a day trying to use Boost.Asio to receive a UDP frame before giving up and using QUdpSocket (which took less that 5 minutes).

Agreed with the author's sentiment of feeling stupid.