You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Header-only C++17 thread pool with std::future<T> return values, exception propagation across thread boundaries, and benchmarked 6.8x speedup on 4 cores. Includes a 12-test Google Test suite and benchmark against std::async and single-threaded baseline.