`await null` to stay in the same tick?

/#!/JoePea joe at trusktr.io
Sun Feb 7 21:38:47 UTC 2016


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


More information about the es-discuss mailing list