You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Install shutdown signal hooks as LifecycleTask (#88)
Motivation:
Small code cleanup, reusing LifecycleTask as the shutdown hooks are
to be installed just at the beginning of that chain of events anyway.
Modifications:
Moved signal handler installation to LifecycleTask instead of direct calls.
Result:
Slightly simpler code.
0 commit comments