Hi,
I have a Class Professional and inside it there is a function called Professional::Doing. This function will be a manager of task files and will be called from a Professional::Do_Tasks. Do_Task will be called from outside class Professional and i whould like that it call Professional::Doing as a thread assincr.
Is it possible ?
