|
|
|
|
|
by nickjj
2543 days ago
|
|
Yeah I'm curious too. I've written about 2,000 lines of code on this course platform so far and everything except for 1 function is synchronous from a "this is my code" standpoint. I only used Task.start once to launch something in the background. |
|
The elixir standard library is just full of things that make your concurrent programming seamless, easy, and bulletproof, even for a junior that's never done things that way.
I can't imagine him getting this correct with python async, JavaScript promises and callbacks, or having to create go channels.