9 Feb
2026
9 Feb
'26
4:06 p.m.
At what point is it okay to spawn a thread?
I think to spawn a thread which originates from ntdll or app's .exe is never okay because Windows doesn't do that, it should be hidden from start and forever. Or in theory live somewhere in another service process (which is apparently not an interesting solution here, many of the tasks meant for this thread can't be done well this way). -- https://gitlab.winehq.org/wine/wine/-/merge_requests/10058#note_129219