CernVM-FS
2.12.0
|
#include <concurrency.h>
Public Member Functions | |
RunBinding (ConcurrentWorkers< WorkerT > *delegate) | |
Public Attributes | |
ConcurrentWorkers< WorkerT > * | delegate |
Provides a wrapper for initialization data passed to newly spawned worker threads for initialization. It contains a pointer to the spawning ConcurrentWorkers master object as well as a pointer to a context object defined by the concrete worker to be spawned.
Definition at line 504 of file concurrency.h.
|
inlineexplicit |
Definition at line 505 of file concurrency.h.
ConcurrentWorkers<WorkerT>* ConcurrentWorkers< WorkerT >::RunBinding::delegate |
delegate to the Concurrent- Workers master
Definition at line 507 of file concurrency.h.
Referenced by ConcurrentWorkers< WorkerT >::RunCallbackThreadWrapper(), and ConcurrentWorkers< WorkerT >::RunWorker().