/Kthread

Kthread is a user level multithreading library in C for UNIX-like operating systems. It can be used to achieve concurrency in program. It provides one-one, many-one, many-many threading models.

Primary LanguageC++MIT LicenseMIT

Stargazers