Home
last modified time | relevance | path

Searched refs:work_fn_ty (Results 1 – 1 of 1) sorted by relevance

/dports/devel/llbuild/swift-llbuild-swift-DEVELOPMENT-SNAPSHOT-2017-12-10-a/include/llbuild/BuildSystem/
H A DBuildExecutionQueue.h45 typedef std::function<void(QueueJobContext*)> work_fn_ty; typedef
46 work_fn_ty work;
53 QueueJob(Command* forCommand, work_fn_ty work) in QueueJob()