massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / coc-python-data / languageServer.0.5.59 / Typeshed / stdlib / 3 / concurrent / futures / 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