Is it OK to start a task from a function not declared with the __task-keyword?
I'm using a third party library that creates a couple of threads, do I need to go through the code and find the functions and add __task to the declaration of the function for this to work properly?
Best regards /Åke