struct CCL::Threading::Work

#include <imultiworker.h>

struct Work: public Element
{
    // methods

    virtual void work () = 0;
};