An alias to a function meeting the following contract: ` /// Initialize each thread in a sample run. void initializeThread(); `
Declared in <bslmt_throughputbenchmark.h>
<bslmt_throughputbenchmark.h>
typedef bsl::function<void()> InitializeThreadFunction;