��Yf � @ sp d Z d Z d d l m Z m Z m Z m Z m Z m Z m Z m Z m Z d d l m Z d d l m Z d S)z?Execute computations asynchronously using threads or processes.z"Brian Quinlan (brian@sweetapp.com)� ) �FIRST_COMPLETED�FIRST_EXCEPTION� ALL_COMPLETED�CancelledError�TimeoutError�Future�Executor�wait�as_completed)�ProcessPoolExecutor)�ThreadPoolExecutorN)�__doc__� __author__Zconcurrent.futures._baser r r r r r r r r Zconcurrent.futures.processr Zconcurrent.futures.threadr � r r �@/opt/alt/python35/lib64/python3.5/concurrent/futures/__init__.py�<module> s @
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
__init__.cpython-35.opt-1.pyc | File | 687 B | 0644 |
|
__init__.cpython-35.opt-2.pyc | File | 586 B | 0644 |
|
__init__.cpython-35.pyc | File | 687 B | 0644 |
|
_base.cpython-35.opt-1.pyc | File | 20.42 KB | 0644 |
|
_base.cpython-35.opt-2.pyc | File | 13.28 KB | 0644 |
|
_base.cpython-35.pyc | File | 20.42 KB | 0644 |
|
process.cpython-35.opt-1.pyc | File | 15.92 KB | 0644 |
|
process.cpython-35.opt-2.pyc | File | 10.1 KB | 0644 |
|
process.cpython-35.pyc | File | 15.96 KB | 0644 |
|
thread.cpython-35.opt-1.pyc | File | 3.82 KB | 0644 |
|
thread.cpython-35.opt-2.pyc | File | 3.58 KB | 0644 |
|
thread.cpython-35.pyc | File | 3.82 KB | 0644 |
|