|
|
|
|
|
by wrcwill
215 days ago
|
|
Unless I'm missing something, this has nothing to do with asynchronous code. The delete is just synchronous code running, same as if we called a function/closure right there. This is just about syntax sugar hiding function calls. |
|