gorepj 3 Posted May 2, 2020 Hi, How can I identify a task by its name in an IOmnithreadpool? I just want to know if a Task is in the threadpool regards Ā Ā Ā Share this post Link to post
Primož GabrijelÄiÄ 227 Posted May 3, 2020 This is not possible at the moment. You have to implement your own registration mechanism - register a task in some structure when you create it, deregister it when it is completed. Share this post Link to post