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

commonMain.com.squareup.workflow1.internal.SystemUtils.kt Maven / Gradle / Ivy

There is a newer version: 1.12.1-beta13
Show newest version
package com.squareup.workflow1.internal

/**
 * When the runtime uses a timeout (see [RuntimeConfig]) we need to decide how long of a timeout
 * to use after we have processed some actions. Use this milliseconds since epoch for that.
 */
internal expect fun currentTimeMillis(): Long




© 2015 - 2024 Weber Informatics LLC | Privacy Policy