![]() |
TSDuck v3.45-4733
MPEG Transport Stream Toolkit
|
Interface class for reactive workers. More...
#include <tsReactiveWorkerInterface.h>
Public Member Functions | |
| virtual int | executeWork (ReactiveWorkerPool &pool, const ObjectPtr &user_data)=0 |
| Execute a lengthy task in a worker thread. | |
Interface class for reactive workers.
|
pure virtual |
Execute a lengthy task in a worker thread.
| [in,out] | pool | Worker pool in the context of which the handler is invoked. |
| [in] | user_data | Application-specific shared pointer which is passed to the worker. |