Get rid of DetectShutdownThread
The main thread spends time waiting for the DetectShutdownThread.
So why not just run this waiting loop function in the main thread?
One thread-stack less saves 4MB of virtual memory on 32-bit, and 8MB on
64-bit.
Get rid of DetectShutdownThread 28ee7e8b8c65Unpublished Tags None Subscribers None
Description
Details
|