k6-docs icon indicating copy to clipboard operation
k6-docs copied to clipboard

Explain eventloop specifics

Open mstoykov opened this issue 2 years ago • 0 comments

There are probably more stuff that need explaining around the event loop and async code within k6, but the bare minimum is:

  1. Have some mention of event loop and async code, preferably with mostly links.
  2. Explain that a k6 iteration will not end until there is async code running in a central place instead of in different places

mstoykov avatar Feb 08 '23 16:02 mstoykov