Hi,
I am using golang for my server application (http). In Node.js, one will use callback pattern for getting the benifits of async io. In go, async support is given very beautifully so that one can write the app in traditional synchronous pattern and go will internally handle the async io. My expectations regarding async support in go as follows. Are the below points are correct?
--
You received this message because you are subscribed to the Google Groups "golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email to golang-nuts...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Correct. http://dave.cheney.net/2015/08/08/performance-without-the-event-loop