Closed frasern closed 5 years ago
This uses the atexit hooks to ensure that .finish() is called when the program exits.
atexit
.finish()
Thanks!
This uses the
atexit
hooks to ensure that.finish()
is called when the program exits.