|
C++ Concurrency Sandbox
|
A Functor simulating a financial processing task. More...
Public Member Functions | |
| void | operator() () const |
| Executes the simulated payment task. | |
Public Attributes | |
| std::string | type |
| Description of the payment activity. | |
A Functor simulating a financial processing task.
Definition at line 119 of file Priority.cpp.
|
inline |
Executes the simulated payment task.
Definition at line 125 of file Priority.cpp.
References type.
| std::string PaymentTask::type |
Description of the payment activity.
Definition at line 120 of file Priority.cpp.
Referenced by operator()().