Fork me on GitHub
#core-async
<
2017-09-02
>
didibus22:09:22

Question: So I want to use real threads for blocking IO, and coroutines for CPU bound tasks and non-blocking IO, is that correct?

didibus22:09:18

Okay, seems like I want to avoid CPU bound tasks in go blocks too. So go blocks are really only useful for async I/O and small CPU tasks?

didibus22:09:39

I'll try to remember to go small, thread big