Server IP : 162.213.251.212 / Your IP : 18.218.238.244 [ Web Server : LiteSpeed System : Linux business55.web-hosting.com 4.18.0-553.lve.el8.x86_64 #1 SMP Mon May 27 15:27:34 UTC 2024 x86_64 User : allssztx ( 535) PHP Version : 8.1.31 Disable Function : NONE Domains : 1 Domains MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /proc/self/root/opt/alt/python310/lib64/python3.10/asyncio/__pycache__/ |
Upload File : |
o �?Og � @ s0 d Z ddlZddlZddlmZ dZdd� ZdS )z6High-level support for working with threads in asyncio� N� )�events)� to_threadc � s@ �t �� }t�� }tj|j| g|�R i |��}|�d|�I dH S )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)r Zget_running_loop�contextvarsZcopy_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__r r � r �__all__r r r r r �<module> s