BDE 4.14.0 Production release
|
#include <bslmt_throughputbenchmark.h>
Public Member Functions | |
ThroughputBenchmark_WorkFunction (ThroughputBenchmark_WorkData &data) | |
~ThroughputBenchmark_WorkFunction ()=default | |
void | operator() () |
Work function being run on the thread. | |
This class is the work function functor, being called for each work thread.
|
inlineexplicit |
Create a ThroughputBenchmark_WorkFunction
object with the specified data
argument.
|
default |
void bslmt::ThroughputBenchmark_WorkFunction::operator() | ( | ) |