Hi, all,
I start a thread in GUI app. When I close the app, it takes a little long time, say about 5 seconds, to exits. I'm sure the thread has terminated and freed before the app closing.
I guess the application has to do some final clean about thread.
However, since I can ensure the thread has terminated and freed, I wonder is there anyway to short the time to exit?
Win10-x64 + Lazarus 2.2.4 + FPC 3.2.2
best regards.