Searched refs:GenericSolarThreadExecutor (Results 1 – 1 of 1) sorted by relevance
89 class GenericSolarThreadExecutor : public SolarThreadExecutor class94 typedef GenericSolarThreadExecutor<FuncT, ResultT> ExecutorT; in exec()105 explicit GenericSolarThreadExecutor( FuncT const& func ) in GenericSolarThreadExecutor() function in vcl::solarthread::detail::GenericSolarThreadExecutor132 class GenericSolarThreadExecutor<FuncT, void> : public SolarThreadExecutor class137 typedef GenericSolarThreadExecutor<FuncT, void> ExecutorT; in exec()147 explicit GenericSolarThreadExecutor( FuncT const& func ) in GenericSolarThreadExecutor() function in vcl::solarthread::detail::GenericSolarThreadExecutor272 return detail::GenericSolarThreadExecutor<FuncT, ResultT>::exec(func); in syncExecute()278 return detail::GenericSolarThreadExecutor< in syncExecute()
Completed in 18 milliseconds