Spent roughly 3 weeks or so learning #Go
Was easy actually, in retrospect. The more languages you learn (and by that I mean deeply, not surface level) the easier they become to pick up in a meaningful way.
Make sure to try sharing state across parallel execution tasks, join on tasks, exit on event from executing task.
Please Login to reply.
Going to look into `Context` soon
Context is our everything when dealing with concurrency, quality of execution, aka timeout management and only then data associated with execution context
Just finished learning it, awesome stuff