HEX
Server: Apache/2.4.68 (codeit) OpenSSL/4.0.1
System: Linux societies-web 5.4.17-2136.353.3.el8uek.x86_64 #3 SMP Thu Feb 12 09:46:56 PST 2026 x86_64
User: yles (1028)
PHP: 8.3.31
Disabled: exec,shell_exec,passthru,system,proc_open,popen,curl_exec,curl_multi_exec,parse_ini_file,show_source,symlink,pcntl_exec
Upload Files
File: //usr/lib64/python3.12/asyncio/__pycache__/threads.cpython-312.pyc
�

�֦i��.�dZddlZddlZddlmZdZd�Zy)z6High-level support for working with threads in asyncio�N�)�events)�	to_threadc���K�tj�}tj�}t	j
|j|g|��i|��}|jd|��d{���S7��w)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�get_running_loop�contextvars�copy_context�	functools�partial�run�run_in_executor)�func�args�kwargs�loop�ctx�	func_calls      �(/usr/lib64/python3.12/asyncio/threads.pyrrs]�����"�"�$�D�
�
"�
"�
$�C��!�!�#�'�'�4�A�$�A�&�A�I��%�%�d�I�6�6�6�6�s�A"A+�$A)�%A+)�__doc__r
r�r�__all__r��r�<module>rs��<������
7r