JvmProcess

Functions

Link copied to clipboard
open override fun close()
Link copied to clipboard
open override fun exit(code: Int): Nothing
Link copied to clipboard
open override fun onShutdown(block: suspend () -> Unit): suspend () -> Unit
Link copied to clipboard
open override fun onSigInt(block: suspend (code: Int) -> Unit)
Link copied to clipboard
open override fun onSigTerm(block: suspend (code: Int) -> Unit)
Link copied to clipboard
open override fun runScope(context: CoroutineContext, block: suspend CoroutineScope.() -> Unit)

On JVM, and Native this will use kotlinx.coroutines.runBlocking, On NodeJS we need an infinite heartbeat to keep main alive. The heartbeat is fast enough that it isn't silently discarded, as longer ticks are, but slow enough that we don't interrupt often. https://stackoverflow.com/questions/23622051/how-to-forcibly-keep-a-node-js-process-from-terminating