Changes between Version 2 and Version 3 of Ticket #35169, comment 9


Ignore:
Timestamp:
Feb 6, 2024, 7:36:38 AM (3 months ago)
Author:
Carlton Gibson

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #35169, comment 9

    v2 v3  
    44Update: from the asgiref.local.Local doctoring:
    55
    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:
     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:
    88>
    99>    - to other async code `await`-ed from this frame.
Back to Top