Using Boost Asio with modern C++. A brief high level introduction to boost asio.
Using image ubuntu:latest
from github (See .github/workflows/cmake.yml
)
$ sudo apt-get install -y cmake pip && pip install 'conan<2.0'
$ mkdir -p build && cd build && conan install ..
$ cmake ..
$ make -j4