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

main.web.timers.immediate.kt Maven / Gradle / Ivy

package web.timers

sealed external interface Immediate

external fun setImmediate(
    callback: () -> Unit,
): Immediate

external fun clearImmediate(
    immediateId: Immediate,
)




© 2015 - 2025 Weber Informatics LLC | Privacy Policy