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.
0 parents commit eadfcc0Copy full SHA for eadfcc0
README.md
@@ -0,0 +1,8 @@
1
+# Lifecycle
2
+
3
+Lifecycle provides a basic mechanism to cleanly start up and shut down the application, freeing resources in order before exiting.
4
+It also provides a Signal based shutdown hook, to shutdown on signals like TERM or INT.
5
+Lifecycle is non-framework specific, designed to be integrated with any server framework or application.
6
7
8
0 commit comments