mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-01-02 01:23:24 +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