Description
POSIX-style threading support can be used in Windows-targeted MinGW-w64 programs through the winpthreads library. Developers use this Git version when builds need newer thread support than a released package provides.
It is a threading runtime library, not a task manager. Concurrency behavior must be tested carefully because thread bugs can be rare and hard to reproduce.