We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e31cf5 commit 3eef9c5Copy full SHA for 3eef9c5
www/blog/2026-02-15-k6-structured-concurrency/index.md
@@ -17,7 +17,7 @@ with your expectations.
17
18
The diagram at the top shows what goes wrong. Async doesn't just add time, it
19
deforms your call stack. Some code runs on the stack you are in now, and some
20
-code runs on a new stack on the next tick. When that happens, the "current" tags
+code runs on a new stack on a future tick. When that happens, the "current" tags
21
are different, because `group()` has already unwound and restored them.
22
23
## Why `group()` can't fix this on its own
www/blog/2026-02-15-k6-structured-concurrency/k6-structured-concurrency.svg
0 commit comments