Articles with tag asio

The great mystery on how to make durable, asynchronous functions for asio.

Published:

Many C++ developers seems confused about the secret sauce of asynchronous completions - or composed operations - in Boost.asio.

Read on...

A smart asynchronous object-cache in C++

Published:

A generic cache in C++ that only fetch an item once, even if there are many simultaneous requests for the data.

Read on...