windows – 在TerminateProcess(GetCurrentProcess(),exit_code)之后需要等待吗?
TerminateProcess的文档部分说: This function stops execution of all threads within the process and requests
cancellation of all pending I/O.
...
TerminateProcess is asynchronous; it initiates termination a