Recently, I have been fascinated by libuv (the library that makes Node cross-platform and asynchronous).
I've been so interested in it, that I have made the possibly poor decision to make a Cpp wrapper for it to help me with future projects. Right now I'm working on a std style asynchronous stream base class, and oh boy is it not like anything I've ever worked on!
Iโm appreciating all the work that has been put into the std library, and can understand some of their choices behind the confusing thing that is std::basic_streambuf
3 years ago ยท ๐ martin, kevinsan, lykso