Skip to content

Commit eadfcc0

Browse files
committed
first commit
0 parents  commit eadfcc0

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)