Uname: Linux premium294.web-hosting.com 4.18.0-553.45.1.lve.el8.x86_64 #1 SMP Wed Mar 26 12:08:09 UTC 2025 x86_64
Software: LiteSpeed
PHP version: 8.1.32 [ PHP INFO ] PHP os: Linux
Server Ip: 104.21.96.1
Your Ip: 216.73.216.223
User: mjbynoyq (1574) | Group: mjbynoyq (1570)
Safe Mode: OFF
Disable Function:
NONE

name : threads.cpython-310.opt-1.pyc
o

S�g�@s0dZddlZddlZddlmZdZdd�ZdS)z6High-level support for working with threads in asyncio�N�)�events)�	to_threadc�s@�t��}t��}tj|j|g|�Ri|��}|�d|�IdHS)a�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)rZget_running_loop�contextvarsZcopy_context�	functools�partial�runZrun_in_executor)�func�args�kwargsZloop�ctxZ	func_call�r
�6/opt/alt/python310/lib64/python3.10/asyncio/threads.pyrs
�
r)�__doc__rr�r�__all__rr
r
r
r�<module>s
© 2025 XylotrechusZ