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

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] * [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] * [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] * [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
*Audio, Sound, Music, Digitized Voice Libraries* *Audio, Sound, Music, Digitized Voice Libraries*