We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0936804 + 3646ca4 commit c7d9707Copy full SHA for c7d9707
trio-stubs/to_thread.pyi
@@ -10,6 +10,6 @@ def current_default_thread_limiter() -> trio.CapacityLimiter: ...
10
async def run_sync(
11
sync_fn: Union[Callable[..., _T], Callable[[VarArg()], _T]],
12
*args: Any,
13
- cancellable: bool = False,
+ abandon_on_cancel: bool = False,
14
limiter: Optional[trio.CapacityLimiter] = None,
15
) -> _T: ...
0 commit comments