Skip to content

Files

Latest commit

653981b · Feb 20, 2020

History

History
8 lines (6 loc) · 281 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 281 Bytes

AsyncRequest

An example of a C++ thread pool implementation of ActiveObject pattern / Async Tasks

There are two implementations here for the same interface: C++ (> c++11) thread facilities Posix threads (pthread_* functions)

The windows build uses only the C++ implementation.