/NativeThreadpool

Worker and timer callback example using solely Native Windows APIs.

Primary LanguageCMIT LicenseMIT

Native Threadpool

threadpool

Description

A proof of concept demonstrating how to create a thread pool using solely native Windows APIs to execute a work callback as well as a timer callback using the C programming language.