Nikhil Marathe
|
8e59579953
|
concurrent.futures: Add various Errors. Fix wait(). (#964)
Introduces Error, CancelledError and TimeoutError, based on the backport.
Also fixes the return type of wait to be Sets instead of Iterables. The
function documentation promises Sets and the code uses Sets.
https://github.com/agronholm/pythonfutures/blob/master/concurrent/futures/_base.py#L261
|
2017-03-07 16:39:25 -08:00 |
|