4e673eb8e1896ae235443d116711a3e3d06bf8be
[dotfiles/.git] / process.pyi
1 from typing import Optional, Any\r
2 from ._base import Future, Executor\r
3 import sys\r
4 \r
5 EXTRA_QUEUED_CALLS = ...  # type: Any\r
6 \r
7 if sys.version_info >= (3,):\r
8     class BrokenProcessPool(RuntimeError): ...\r
9 \r
10 class ProcessPoolExecutor(Executor):\r
11     def __init__(self, max_workers: Optional[int] = ...) -> None: ...\r