So, most console applications seemingly terminate instantly when they receive a
CTRL+C, but occasionally you may notice that some have a termination message, or
take an unusually long time to terminate. This is probably due to the
application winding itself up cleanly without corrupting anything that was
in-progress.
This