Hacker News new | ask | show | jobs
by 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.
2 comments

libmill provides fibers/coroutines as well. check "go" keyword.