Skip to content

goodcleanfun/threading

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

82 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

threads

A simple cross-platform threads.h implementation

Rewrite of https://github.com/tinycthread/tinycthread as a single header and using system <threads.h> if available (Linux gcc/clang and MSVC on Windows as of 2024). Implementations provide a fallback Windows implementation for MinGW/Cygwin and a pthread-based implementation for Mac, which does not provide <threads.h>.

Released under the zlib license, similar to BSD-3 and other permissive licenses.

About

A simple cross-platform threads.h implementation

Resources

License

Stars

Watchers

Forks

Packages

No packages published