jsAndWasmJsMain.koncurrent.internal.setTimeout.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of koncurrent-executors-core Show documentation
Show all versions of koncurrent-executors-core Show documentation
Primary building block needed for running concurrent multiplatform code
package koncurrent.internal
internal external fun setTimeout(handler: () -> Unit, timeout: Int): Int