I'm not sure where's the best place to ask, but if I ``` await null ``` in an async function does that guarantee that the following code will execute immediately (control flow will not go anywhere else)? - Joe