+
     Bi                     0    R t ^ RIt^ RIt^RIHt RtR tR# )z6High-level support for working with threads in asyncioN)eventsc                  "   \         P                  ! 4       p\        P                  ! 4       p\        P
                  ! VP                  V .VO5/ VB pVP                  RV4      G Rj  xL
 #  L5i)an  Asynchronously run function *func* in a separate thread.

Any *args and **kwargs supplied for this function are directly passed
to *func*. Also, the current :class:`contextvars.Context` is propagated,
allowing context variables from the main thread to be accessed in the
separate thread.

Return a coroutine that can be awaited to get the eventual result of *func*.
N)r   get_running_loopcontextvarscopy_context	functoolspartialrunrun_in_executor)funcargskwargsloopctx	func_calls   "*,   &/usr/lib/python3.14/asyncio/threads.py	to_threadr      s\      ""$D

"
"
$C!!#''4A$A&AI%%dI6666s   A%A.'A,(A.)r   )__doc__r   r    r   __all__r        r   <module>r      s    <    7r   