Click here to Skip to main content
15,881,709 members
Articles / General Programming / Threads

Win32 Thread Pools and C++11 : A Quick Wrapper

Rate me:
Please Sign up or sign in to vote.
4.79/5 (12 votes)
15 Apr 2019CPOL2 min read 21.2K   30  
Use Windows new ThreadPool through a single C++ 11 class
This document introduces a C++ class, tpool, which simplifies the usage of Windows' new Threadpool API. The class is available in two modes of operation.

Views

Daily Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer
Greece Greece
I'm working in C++, PHP , Java, Windows, iOS, Android and Web (HTML/Javascript/CSS).

I 've a PhD in Digital Signal Processing and Artificial Intelligence and I specialize in Pro Audio and AI applications.

My home page: https://www.turbo-play.com

Comments and Discussions