Why does my single-threaded program have multiple threads?

2 · Raymond Chen · Nov. 15, 2019, 3:16 p.m.
Summary
You’ve written a simple single-threaded program, but when you look in Task Manager, it says that the program has two or even more threads. What’s going on? Even though your program doesn’t create any threads, a library used by your program might create threads, The post Why does my single-threaded program have multiple threads? appeared first on The Old New Thing....