All Downloads are FREE. Search and download functionalities are using the official Maven repository.

jvmMain.implementation.LifecycleAction.kt Maven / Gradle / Ivy

There is a newer version: 0.27.0
Show newest version
package io.fluidsonic.raptor.lifecycle


internal data class LifecycleAction(
	val block: suspend Scope.() -> Unit,
	val priority: Int,
)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy