|
|
|
|
|
by tmandry
2495 days ago
|
|
I'd agree with this, and emphasize the point that this stuff is really tricky to get right without GC. Fighting the borrow checker is somewhat expected when you're dealing with this level of inherent complexity in your memory management. One of the key reasons for shipping async/await is that it erases almost all of this difficulty and lets you write straight-line code again. |
|