libosmscout  0.1
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules
WorkQueue.h File Reference
#include <future>
#include <osmscout/async/ProcessingQueue.h>

Namespaces

 osmscout
 Original source: https://github.com/philipperemy/easy-encryption/blob/master/b64.h licensed under terms of MIT license.
 

Typedefs

template<typename R >
using osmscout::WorkQueue = ProcessingQueue< std::packaged_task< R()> >