Changeset 7284 for code/trunk/src/libraries/core/ThreadPool.h
- Timestamp:
- Aug 31, 2010, 3:37:40 AM (15 years ago)
- Location:
- code/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk
- Property svn:mergeinfo changed
-
code/trunk/src/libraries/core/ThreadPool.h
r6417 r7284 46 46 unsigned int setNrOfThreads( unsigned int nr ); 47 47 48 bool passFunction( Executor*executor, bool addThread=false );48 bool passFunction( const ExecutorPtr& executor, bool addThread=false ); 49 49 void synchronise(); 50 50
Note: See TracChangeset
for help on using the changeset viewer.