BackgroundCpp

Modernes C++

/
This page is the starting point for my blog Modernes C++. A simple overview of my existing and upcoming…
packagedTask

Asynchronous Callable Wrappers

/
std::packaged_task enables you to write a simple wrapper for a callable, which you can invoke later. std::packaged_task To…