| Server IP : 127.0.0.1 / Your IP : 216.73.216.109 Web Server : Apache/2.4.54 (Win64) OpenSSL/1.1.1q PHP/8.1.10 System : Windows NT DESKTOP-E5T4RUN 10.0 build 19045 (Windows 10) AMD64 User : SERVERWEB ( 0) PHP Version : 8.1.10 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : C:/cygwin64/lib/python3.7/concurrent/futures/__pycache__/ |
Upload File : |
B
-�a� � @ sP d Z dZddlmZmZmZmZmZmZm Z m
Z
mZmZ dZ
dd� Zdd� Zd S )
z?Execute computations asynchronously using threads or processes.z"Brian Quinlan (brian@sweetapp.com)� )
�FIRST_COMPLETED�FIRST_EXCEPTION�
ALL_COMPLETED�CancelledError�TimeoutError�BrokenExecutor�Future�Executor�wait�as_completed)r r r r r r r r r
r �ProcessPoolExecutor�ThreadPoolExecutorc C s t d S )N)�
__author__�__doc__)�__all__� r r �1/usr/lib/python3.7/concurrent/futures/__init__.py�__dir__# s r c C sP | dkrddl m} |a|S | dkr8ddlm} |a|S tdt� d| � ���d S )Nr � )r r
)r
zmodule z has no attribute )Zprocessr Zthreadr
�AttributeError�__name__)�nameZpe�ter r r �__getattr__'