Open Issues Need Help
View All on GitHub Change calling CreateThread to _beginthreadex for Windows about 2 months ago
AI Summary: The issue proposes refactoring a `CreateThread` wrapper function in `Runtime/Private/Windows/System.cpp` to use `_beginthreadex` instead of the Windows API `::CreateThread`. This change is intended to ensure proper initialization of the C runtime library for newly created threads, which is crucial for C++ applications.
Complexity:
2/5
enhancement good first issue