summaryrefslogtreecommitdiffstats
path: root/Source/cmQtAutoMocUic.h
diff options
context:
space:
mode:
authorSebastian Holtermann <sebholt@xwmw.org>2019-04-05 10:19:14 (GMT)
committerSebastian Holtermann <sebholt@xwmw.org>2019-04-15 14:07:13 (GMT)
commit8cb26a0a2ad57ca9012f97c7437711ee94f1a9db (patch)
treeea3b90b36ea493ee8e28e3f82e2903b0f84b0e89 /Source/cmQtAutoMocUic.h
parent7f83e8033bd30ad112989f7dc17840fdf497586b (diff)
downloadCMake-8cb26a0a2ad57ca9012f97c7437711ee94f1a9db.zip
CMake-8cb26a0a2ad57ca9012f97c7437711ee94f1a9db.tar.gz
CMake-8cb26a0a2ad57ca9012f97c7437711ee94f1a9db.tar.bz2
Autogen: Factor out concurrency framework to cmWorkerPool class
This factors out the concurrency framework in `cmQtAutoGeneratorMocUic` to a dedicated class `cmWorkerPool` which might be reused in other places. `cmWorkerPool` supports fence jobs that require that - all other jobs before in the queue have been processed before the fence job processing gets started, - no jobs later in the queue will be processed before the fence job processing has been completed. Fence jobs are needed where the completion of all previous jobs in the queue is a requirement for further processing. E.g. in `cmQtAutoGeneratorMocUic` the generation of `mocs_compilation.cpp` requires that all previous source file parse jobs have been completed.
Diffstat (limited to 'Source/cmQtAutoMocUic.h')
0 files changed, 0 insertions, 0 deletions