I have a main thread that gets connections and immediately spawns new threads then inside the thread it receives a name that gets logged, currently my threads are named Thread-n. I would like to change the name of the thread from inside. I found this, but it sadly only works on linux, any similar program to do this on Windows?
            Asked
            
        
        
            Active
            
        
            Viewed 3,740 times