Add promise-cpp, the Promise/A+ library in c++ (#612)

This commit is contained in:
xhawk18
2019-08-03 11:53:08 +08:00
committed by myd7349
parent 1bed95680f
commit f0feb2e38d

View File

@@ -134,6 +134,7 @@ A curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny
* [libev](http://libev.schmorp.de/) - A full-featured and high-performance event loop that is loosely modelled after libevent, but without its limitations and bugs. [BSD and GPL]
* [libevent](http://libevent.org/) - An event notification library. [BSD]
* [libuv](https://github.com/libuv/libuv) - Cross-platform asynchronous I/O. [BSD]
* [promise-cpp](https://github.com/xhawk18/promise-cpp) - Header only library that implements Promise/A+ standard. [Anti-996]
* [uvw](https://github.com/skypjack/uvw) - C++ wrapper for libuv. [MIT]
## Audio