forceCheckedShutdown
Run full checked deinitialization on shutdown.
Make sure that after exiting main()
only a single thread with Kotlin runtime remains. Run GC collecting everything including globals.
Run full checked deinitialization on shutdown.
Make sure that after exiting main()
only a single thread with Kotlin runtime remains. Run GC collecting everything including globals.
Thanks for your feedback!