CSLaterOnceFunc

class CSLaterOnceFunc(parent: CSHasRegistrations, dispatcher: CoroutineDispatcher = Main, val function: suspend () -> Unit, after: Duration = Duration.ZERO) : CSFunc

Constructors

Link copied to clipboard
constructor(parent: CSHasRegistrations, dispatcher: CoroutineDispatcher = Main, function: suspend () -> Unit, after: Duration = Duration.ZERO)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val function: suspend () -> Unit
Link copied to clipboard

Functions

Link copied to clipboard
open operator override fun invoke()