Hacker News new | ask | show | jobs
by stepanhruda 3815 days ago
How does this compare to http://libmill.org?
1 comments

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.
libmill provides fibers/coroutines as well. check "go" keyword.