Skip to content
Snippets Groups Projects
  • Alexander Peyser's avatar
    Threading pool (#144) · 6c98c1fc
    Alexander Peyser authored and Sam Yates's avatar Sam Yates committed
    Add threading pool built on `std::thread`
    
    * Provide new threading model 'cthread' for nestmc based on a pool of `std::thread` objects.
    * Unify duplicated timer class provided by `serial`, `omp` and now `cthread` threading models.
    6c98c1fc