$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Christian Mazakas (christian.mazakas_at_[hidden])
Date: 2024-07-12 15:18:34
> Niall Douglas via Boost
> That gap has reopened since. My last two jobs have seen me
> reimplementing ASIO several times over now, as that's what the customer
> wants.
I'm guessing these were custom event loops around io_uring? If so, we should
talk shop someday, Niall.
It's kind of interesting, once you get the hang of writing an event loop,
this
isn't such a daunting task if you're able to bring over and port a good
portion
of tests.
Plus, this kind of makes sense for most shops. You use C++ 'cause you care
about
low-level stuff and you'd wanna own this portion of your tech stack.
- Christian