░▒▓████████████████████████████████▓▒░ ░▒▓█ ▓▒░ ░▒▓█ ~ S W A M P ~ ▓▒░ ░▒▓█ ▓▒░ ░▒▓████████████████████████████████▓▒░
pplmvsvm
LOCATION:
/snap/core/17292/usr/lib/python3.5/concurrent/futures
☗ ROOT
↻ REFRESH
✎ CARVE FLESH
EDITING: __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
CANCEL
Name
Type
Size
Modified
Actions
↩ ..
DIR
—
—
📁 __pycache__/
DIR
—
2026-02-25 16:32
📄 __init__.py
PY
800 B
2026-02-02 21:25
EDIT
📄 _base.py
PY
19.6 KB
2026-02-02 21:25
EDIT
📄 process.py
PY
19.7 KB
2026-02-02 21:25
EDIT
📄 thread.py
PY
4.8 KB
2026-02-02 21:25
EDIT