Y
Hacker News
new
|
ask
|
show
|
jobs
by
edsiper2
2692 days ago
A really good library that we use is libco[0], it supports different architectures and mechanisms. We use it extensively on Fluent Bit[1] to manage async IO network operations (epoll + coroutines).
- [0]
https://byuu.org/library/libco/
- [1]
https://fluentbit.io
1 comments
_fbpt
2692 days ago
Do you use
https://github.com/Tencent/libco
or
https://byuu.org/library/libco/
?
link
edsiper2
2688 days ago
https://byuu.org/library/libco/
link