Files
2016-11-18 22:39:22 +01:00

6 lines
235 B
Plaintext

TinyCThread is a minimalist, portable, threading library for C, intended to
make it easy to create multi threaded C applications.
The library is closesly modeled after the C11 standard, but only a subset is
implemented at the moment.