Y
Hacker News
new
|
ask
|
show
|
jobs
by
stepanhruda
3815 days ago
How does this compare to
http://libmill.org
?
1 comments
markpapadakis
3815 days ago
libmill offers a channels(FIFO queues) abstraction. This is a fibers/coroutines framework. They solve different problems. See go-lang channels for what libmill is providing.
link
stepanhruda
3815 days ago
Oops, sry, I meant
https://github.com/Zewo/libvenice
link
rumcajz
3814 days ago
libmill provides fibers/coroutines as well. check "go" keyword.
link