SILENT KILLERPanel

Current Path: > > opt > alt > python36 > lib64 > python3.6 > concurrent > futures


Operation   : Linux premium131.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64
Software     : Apache
Server IP    : 162.0.232.56 | Your IP: 216.73.216.111
Domains      : 1034 Domain(s)
Permission   : [ 0755 ]

Files and Folders in: //opt/alt/python36/lib64/python3.6/concurrent/futures

NameTypeSizeLast ModifiedActions
__pycache__ Directory - -
__init__.py File 800 bytes April 17 2024 17:19:39.
_base.py File 21235 bytes April 17 2024 17:19:39.
process.py File 20492 bytes April 17 2024 17:19:39.
thread.py File 5511 bytes April 17 2024 17:19:39.

Reading File: //opt/alt/python36/lib64/python3.6/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

SILENT KILLER Tool