On Mon Jan 16 16:20:40 2023 +0000, Jinoh Kang wrote:
WaitForSingleObject(thread, INFINITE); CloseHandle(thread);
Readers cannot infer that `session_join_worker_thread` closes the given handle from the function's name. Instead of renaming it to `session_join_close_worker_thread`, might as well open code it.
Yeah the function is pretty short at this point.