VB6 Programs using Async must call FinalizeThreadPool

If a VB6 program makes calls to any Chilkat methods ending in "Async", it must call ChilkatGlobal.FinalizeThreadPool just before exiting.

See VB6 FinalizeThreadPool.

If a VB6 program does not clean up background threads (by calling FinalizeThreadPool), then the VB6 IDE will crash on exit.