ThreadPool
ThreadPool copied to clipboard
How to get the thread id in 'task' function?
Hi, Thanks for your powerful thread pool. However, when I use it, I would like to get the logic thread id (0, 1, 2, 3) when I invoke the task function. I am wondering how to enable this function in current implementation? Look forward to your reply.