Registry / async / bshoshany-thread-pool

bshoshany-thread-pool

JSON →
library5.1.0vcpkgunverified

BS::thread_pool: a fast, lightweight, modern, and easy-to-use C++17 / C++20 / C++23 thread pool library

vcpkg install bshoshany-thread-pool
INSTALL
IMPORT
SIG · BSHOSHANY-THREAD-P
B
bshoshany-thread-pool
asynccppv5.1.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.

BS_thread_pool.hpp
#include <BS_thread_pool.hpp>

Submit a task to the thread pool and retrieve the result

#include "BS_thread_pool.hpp" int main() { BS::thread_pool pool(4); auto future = pool.submit([] { return 42; }); int result = future.get(); return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
5.1.0latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
32 hits · last 30 days
node
28
Resources

No resource links recorded.

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