This blog post is about a Linux mechanism called proc connector that allows you to get asynchronous notifications about different events on a Linux OS, and my new library RCI that wraps it up for you in an easy to use C++ API.
Continue reading...Programming
Improving C++: Add defer from Go
Super easy but incredibly powerful implementation of Go’s defer idea in C++, with real-life examples, useful tips and better code practices.
Continue reading...