Package-level declarations
Types
Link copied to clipboard
data class DataWithTimestamp<T>(val data: T, val timeStamp: Long = Clock.System.now().toEpochMilliseconds())
Link copied to clipboard
Functions
Link copied to clipboard
fun CoroutineScope.launchUnit(context: CoroutineContext = EmptyCoroutineContext, start: CoroutineStart = CoroutineStart.DEFAULT, block: suspend CoroutineScope.() -> Unit)