bodokaiser / libuv-snippetsLinks
some libuv code snippets written while learning c and libuv
☆69Updated 10 years ago
Alternatives and similar repositories for libuv-snippets
Users that are interested in libuv-snippets are comparing it to the libraries listed below
Sorting:
- Small C fiber library that uses libev based event loop and libcoro based coroutine context switching.☆138Updated 6 years ago
- Pure C (or C++) webserver (and experimental http client) based on libuv and http-parser☆154Updated 2 months ago
- Chainable SSL implementation for libuv☆58Updated 7 years ago
- C multiplatform coroutine implementation via ucontext, fibers or setjmp☆265Updated 16 years ago
- Message Framing for libuv☆58Updated 4 years ago
- User space threading (aka coroutines) library for C resembling GoLang and goroutines☆166Updated 7 years ago
- Lightweight C coroutines (derived from http://software.schmorp.de/pkg/libcoro.html)☆125Updated last year
- Coroutines in C