PHP 8.2.30
Preview: __init__.py Size: 800 B
//proc/self/root/opt/alt/python35/lib64/python3.5/concurrent/futures/__init__.py

# Copyright 2009 Brian Quinlan. All Rights Reserved.
# Licensed to PSF under a Contributor Agreement.

"""Execute computations asynchronously using threads or processes."""

__author__ = 'Brian Quinlan (brian@sweetapp.com)'

from concurrent.futures._base import (FIRST_COMPLETED,
                                      FIRST_EXCEPTION,
                                      ALL_COMPLETED,
                                      CancelledError,
                                      TimeoutError,
                                      Future,
                                      Executor,
                                      wait,
                                      as_completed)
from concurrent.futures.process import ProcessPoolExecutor
from concurrent.futures.thread import ThreadPoolExecutor

Directory Contents

Dirs: 1 × Files: 4

Name Size Perms Modified Actions
- drwxr-xr-x 2024-08-13 07:01:37
Edit Download
19.66 KB lrw-r--r-- 2024-05-31 13:51:46
Edit Download
4.75 KB lrw-r--r-- 2024-05-31 13:51:46
Edit Download
19.56 KB lrw-r--r-- 2024-05-31 13:51:46
Edit Download
800 B lrw-r--r-- 2024-05-31 13:51:46
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).