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

com.lightningkite.lightningserver.tasks.StartupAction.kt Maven / Gradle / Ivy

The newest version!
package com.lightningkite.lightningserver.tasks

data class StartupAction(
    /**
     * Higher priorities occur first
     */
    val priority: Double,
    val action: suspend () -> Unit
)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy