Add TinyCThread and TinyThread++.
This commit is contained in:
parent
fda90f5506
commit
ee4be1a9b0
|
@ -291,6 +291,8 @@ as C/C++, as this is not an obstacle to most users.)
|
||||||
| --------------------------------------------------------------------- |:--------------------:|:---:|:---:| -----------
|
| --------------------------------------------------------------------- |:--------------------:|:---:|:---:| -----------
|
||||||
| [mm_sched.h](https://github.com/vurtun/mmx) | zlib |C/C++|**1**| cross-platform multithreaded task scheduler based on [enkiTS](https://github.com/dougbinks/enkiTS)
|
| [mm_sched.h](https://github.com/vurtun/mmx) | zlib |C/C++|**1**| cross-platform multithreaded task scheduler based on [enkiTS](https://github.com/dougbinks/enkiTS)
|
||||||
|**[thread.h](https://github.com/mattiasgustavsson/libs)** | **public domain** |C/C++|**1**| cross-platform thread primitives
|
|**[thread.h](https://github.com/mattiasgustavsson/libs)** | **public domain** |C/C++|**1**| cross-platform thread primitives
|
||||||
|
| [TinyCThread](https://tinycthread.github.io/) | zlib |C/C++| 2 | cross-platform implementation of the C11 Threads API
|
||||||
|
| [TinyThread++](https://tinythreadpp.bitsnbites.eu/) | zlib | C++ | 2 | cross-platform implementation of the C++11 Threads API
|
||||||
|
|
||||||
# network
|
# network
|
||||||
| library | license | API |files| description
|
| library | license | API |files| description
|
||||||
|
|
Loading…
Reference in New Issue