mirror of
https://github.com/ziglang/zig.git
synced 2025-12-06 06:13:07 +00:00
When a thread is detached from the main thread, we automatically cleanup any allocated memory. For this we first reset the stack-pointer to the original stack-pointer of the main-thread so we can safely clear the memory which also contains the thread's stack.