Searched refs:ExecutorT (Results 1 – 1 of 1) sorted by relevance
94 typedef GenericSolarThreadExecutor<FuncT, ResultT> ExecutorT; in exec() typedef95 ::std::auto_ptr<ExecutorT> const pExecutor( new ExecutorT(func) ); in exec()137 typedef GenericSolarThreadExecutor<FuncT, void> ExecutorT; in exec() typedef138 ::std::auto_ptr<ExecutorT> const pExecutor( new ExecutorT(func) ); in exec()
Completed in 17 milliseconds