Introducing application 'atexit' hook.

Finalizing Python interpreter.

This closes #65 issue on GitHub.
This commit is contained in:
Max Romanov
2017-12-27 14:02:11 +03:00
parent cdfdbc43eb
commit be36cf52c8
7 changed files with 36 additions and 5 deletions

View File

@@ -20,6 +20,7 @@ nxt_application_module_t nxt_go_module = {
nxt_string("go"),
nxt_go_init,
nxt_go_run,
NULL,
};