Changes between Version 2 and Version 3 of Ticket #35169, comment 9
- Timestamp:
- Feb 6, 2024, 7:36:38 AM (10 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #35169, comment 9
v2 v3 4 4 Update: from the asgiref.local.Local doctoring: 5 5 6 > 7 > 6 > In async threads, local means in the same sense as the `contextvars` 7 > module - i.e. a value set in an async frame will be visible: 8 8 > 9 9 > - to other async code `await`-ed from this frame.