You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For parallel execution, use `context.parallel()` instead. See [Parallel operations](parallel.md) for details.
507
+
506
508
[↑ Back to top](#table-of-contents)
507
509
508
510
## Best practices
@@ -557,7 +559,7 @@ A: If an operation within a child context raises an exception, the exception pro
557
559
558
560
**Q: Can I create multiple child contexts in one function?**
559
561
560
-
A: Yes, you can create as many child contexts as needed. They execute sequentially unless you use parallel patterns.
562
+
A: Yes, you can create as many child contexts as needed. They execute sequentially by default. For parallel execution, use `context.parallel()` instead.
0 commit comments