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 234aaa1 commit 61ea5cbCopy full SHA for 61ea5cb
async_utils/sig_service.py
@@ -27,7 +27,7 @@
27
type StartStopCall = Callable[[], Any]
28
type _HANDLER = Callable[[int, FrameType | None], Any] | int | signal.Handlers | None
29
30
-__all__ = ["SignalService"]
+__all__ = ["SignalService", "SpecialExit"]
31
32
possible = "SIGINT", "SIGTERM", "SIGBREAK", "SIGHUP"
33
actual = tuple(e for name, e in signal.Signals.__members__.items() if name in possible)
0 commit comments