We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0648d1f commit 178df25Copy full SHA for 178df25
uvloop/loop.pyi
@@ -271,7 +271,10 @@ class Loop:
271
sock: Optional[socket] = ...,
272
) -> tuple[asyncio.BaseProtocol, _ProtocolT]: ...
273
async def shutdown_asyncgens(self) -> None: ...
274
- async def shutdown_default_executor(self) -> None: ...
+ async def shutdown_default_executor(
275
+ self,
276
+ timeout: Optional[float] = ...,
277
+ ) -> None: ...
278
# Loop doesn't implement these, but since they are marked as abstract in typeshed,
279
# we have to put them in so mypy thinks the base methods are overridden
280
async def sendfile(
0 commit comments