BlueGreenMagick·il y a 3 mois·discussI don't think the control flow relies on GC.The control flow stops because statements after `await new Promise(() => {});` will never run.GC is only relied upon to not create a memory leak, but you could argue it's the same for all other objects.
BlueGreenMagick·il y a 5 mois·discussI'm curious to hear your take on the situation in the article.Based on your experience, do you think there are specific ways the author could have communicated differently to elicit a better response from the lawyers?
The control flow stops because statements after `await new Promise(() => {});` will never run.
GC is only relied upon to not create a memory leak, but you could argue it's the same for all other objects.