1
0
Fork 0
mirror of https://github.com/fffaraz/awesome-cpp.git synced 2025-06-02 18:41:56 -04:00

Add uv-cpp (libuv wrapper) (#1602)

This commit is contained in:
toge 2024-11-18 23:26:08 +09:00 committed by GitHub
parent 633d5fa37a
commit e6e3262aa2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -163,6 +163,7 @@ A curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny
* [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]
* [uv-cpp](https://github.com/wlgq2/uv-cpp) - a simple interface, high-performance network library based on C++11. [MIT]
## Audio
*Audio, Sound, Music, Digitized Voice Libraries*