Registry / async / dp-thread-pool

dp-thread-pool

JSON →
library0.7.0vcpkgunverified

dp::thread_pool - fast, lightweight C++20 thread pool.

vcpkg install dp-thread-pool
INSTALL
IMPORT
SIG · DP-THREAD-POOL
D
dp-thread-pool
asynccppv0.7.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

dp/thread_pool.hpp
#include <dp/thread_pool.hpp>

Create a thread pool and enqueue a task

#include <dp/thread_pool.hpp> #include <iostream> int main() { dp::thread_pool pool(4); auto future = pool.enqueue([] { return 42; }); std::cout << future.get() << std::endl; return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.7.0latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
22 hits · last 30 days
node
20
Resources

No resource links recorded.

dp-thread-pool — pip install dp-thread-pool · libregistry