1 parent 607157c commit 1821f61Copy full SHA for 1821f61
1 file changed
readme.md
@@ -404,7 +404,7 @@ async def process_batch(
404
return await asyncio.gather(*[process_one(doc_id) for doc_id in doc_ids])
405
```
406
407
-Because child scopes don't silently inherit the parent graph, parallel workers can never accidentally share or corrupt each other's state.
+Because child scopes don't silently inherit the parent graph, parallel workers can't accidentally share state through the container.
408
409
See [Lifetimes & Scopes](https://maldoinc.github.io/wireup/latest/lifetimes_and_scopes/) for the full model.
410
0 commit comments