Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Golang's concurrency can be much more cumbersome in some cases.

    const foo = await Promise.all(randomArray.map(bar));
I would have to google stuff to know where to start for the golang version.


Spoiler: 40 lines of wait group code in Go to implement that.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: