BlueGreenMagick·3 maanden geleden·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·5 maanden geleden·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.