Typedef EvSpikeSim::concurrency_t
Defined in File ThreadPool.h
Typedef Documentation
-
using EvSpikeSim::concurrency_t = std::invoke_result_t<decltype(std::thread::hardware_concurrency)>
A convenient shorthand for the type of std::thread::hardware_concurrency(). Should evaluate to unsigned int.