|
|
|
|
|
by maxbond
767 days ago
|
|
No, it's not like Go, you have to opt into async. (There was a time before 1.0 where it was, but that was removed.) My reading is that, since their technique was to learn something and then immediately apply it to their project, they began making it async before they realized it was better of without it. Seems like a good learning experience to me, I think this approach is good. |
|
Later on I then realized that in my CLI app I’m not gaining anything from it as there is no need for any parallel prosessing. It was just making my code more complex.