Open
Description
There are probably more stuff that need explaining around the event loop and async code within k6, but the bare minimum is:
- Have some mention of event loop and async code, preferably with mostly links.
- Explain that a k6 iteration will not end until there is async code running in a central place instead of in different places