doc: add binding C framework uv_coroutine to LINKS.md

This commit is contained in:
Lawrence Stubbs 2025-07-31 05:29:46 -04:00 committed by GitHub
parent 33b192c845
commit e70d5e8a12
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -109,4 +109,6 @@
* Haskell
* [Z.Haskell](https://z.haskell.world)
* C3
* [libuv.c3l](https://github.com/velikoss/libuv.c3l)
* [libuv.c3l](https://github.com/velikoss/libuv.c3l)
* C
* [uv_coroutine](https://github.com/zelang-dev/uv_coroutine) A memory safe focus *C framework*, combining [c-raii](https://zelang-dev.github.io/c-raii), `libuv`, **coroutine** and other concurrency primitives.