massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / coc-python-data / languageServer.0.5.59 / Typeshed / stdlib / 3 / concurrent / futures / process.pyi
diff --git a/.config/coc/extensions/coc-python-data/languageServer.0.5.59/Typeshed/stdlib/3/concurrent/futures/process.pyi b/.config/coc/extensions/coc-python-data/languageServer.0.5.59/Typeshed/stdlib/3/concurrent/futures/process.pyi
new file mode 100644 (file)
index 0000000..4e673eb
--- /dev/null
@@ -0,0 +1,11 @@
+from typing import Optional, Any\r
+from ._base import Future, Executor\r
+import sys\r
+\r
+EXTRA_QUEUED_CALLS = ...  # type: Any\r
+\r
+if sys.version_info >= (3,):\r
+    class BrokenProcessPool(RuntimeError): ...\r
+\r
+class ProcessPoolExecutor(Executor):\r
+    def __init__(self, max_workers: Optional[int] = ...) -> None: ...\r