Merge branch 'add_bikeshed' of https://github.com/DanEngelbrecht/single_file_libs into working

This commit is contained in:
Sean Barrett 2019-06-17 05:10:35 -07:00
commit f53e0139d0
1 changed files with 1 additions and 0 deletions

View File

@ -297,6 +297,7 @@ as C/C++, as this is not an obstacle to most users.)
|**[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
| [bikeshed.h](https://github.com/DanEngelbrecht/bikeshed) | MIT |C/C++|**1**| cross-platform lock free fixed memory hierarchical work scheduler
# network
| library | license | API |files| description