|
|
|
|
|
by f_devd
1065 days ago
|
|
This misses the actual async part, which is more like polling a task queue. Callback hell sugar is only a thing in langues that already have event loops built in (i.e. JavaScript, which I assume is also what you're referring to) |
|