From: Christian Mazakas (christian.mazakas_at_[hidden])
Date: 2024-07-16 19:12:51


Sounds sick. You should paste a link if you can.

Check this out: https://github.com/cmazakas/fiona

It's a take two on Asio that aims to fix all of the things I found
annoying about it. Namely, my implementation here actually supports
foreign awaitables because I just copied Rust's Waker approach.

- Christian