|
|
|
|
|
by bfred_it
3174 days ago
|
|
Surely it's nice not having to worry about it, but how is that better over explicit await? If a sub-sub-sub-function suddenly decides to yield, you might not even know that your whole path is waiting for that. Right? Perhaps you need baz() to run asap but that isn't clear without looking deep into bar(). |
|