This website requires JavaScript.
Explore
Get Started
openstack
/
deb-python-concurrent.futures
Code
Issues
Proposed changes
Files
master
deb-python-concurrent.futures
/
concurrent
/
futures
History
Alex Grönholm
e3a43c15e5
Fixed OverflowError with ProcessPoolExecutor on Windows
2016-02-14 23:50:04 +02:00
..
__init__.py
Removed an unused import
2015-05-12 09:36:58 +03:00
_base.py
Issue
#20319
: concurrent.futures.wait() can block forever even if Futures have completed
2015-07-27 01:21:05 -07:00
process.py
Fixed OverflowError with ProcessPoolExecutor on Windows
2016-02-14 23:50:04 +02:00
thread.py
Made thread joins interruptible by specifying a timeout (
fixes
#25
)
2016-01-18 02:38:41 +02:00