diff --git a/docs/other_libs.md b/docs/other_libs.md index a42086a14c7e75bb8fea908ca917c84386262a6c..a41e8ce6c509bd4bd1454dd99cd911261f40d33c 100644 --- a/docs/other_libs.md +++ b/docs/other_libs.md @@ -27,6 +27,7 @@ Not public domain: - **geometry** [nanoflann](https://github.com/jlblancoc/nanoflann): build KD trees for point clouds (BSD license) - _**geometry** [jc_voronoi](https://github.com/JCash/voronoi): find voronoi regions on float/double data (MIT license)_ - _**audio** [aw_ima.h](https://github.com/afterwise/aw-ima/blob/master/aw-ima.h): IMA-ADPCM audio decoder (MIT license)_ +- _**mulithreading** [mts](https://github.com/vurtun/mts): cross-platform multithreaded task scheduler (zlib license)_ - **parsing** [SLRE](https://github.com/cesanta/slre): regular expression matcher (GPL v2) - _**parsing** [PicoJSON](https://github.com/kazuho/picojson): JSON parse/serializer for C++ (BSD license)_ - **tests** [utest](https://github.com/evolutional/utest): unit testing (MIT license)