mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-28 22:56:55 +08:00
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