parallel-cellular-automata
Framework for building parallel cellular automata.
ca::Threadpool Member List

This is the complete list of members for ca::Threadpool, including all inherited members.

get_number_workers() constca::Threadpool
submit(F &&f, Args &&...args) -> std::future< typename std::result_of< F(Args...)>::type >ca::Threadpoolinline
Threadpool(unsigned nw=0)ca::Threadpool
~Threadpool()ca::Threadpool