commonMain.com.bkahlert.kommons.Program.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of kommons-core-jvm Show documentation
Show all versions of kommons-core-jvm Show documentation
Kommons Core is a Kotlin Multiplatform Library that offers shared features for all Kommons modules.
package com.bkahlert.kommons
/** The running program. */
public expect object Program {
/** Whether this program is running in debug mode. */
public val isDebugging: Boolean
/** Registers the specified [handler] as to be called when this program is about to stop. */
public fun onExit(handler: () -> Unit)
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy