Registry / utility / kotlinx-coroutines-core-iosarm32

kotlinx-coroutines-core-iosarm32

JSON →
library1.7.3javamavenunverified

Coroutines support libraries for Kotlin, providing asynchronous programming capabilities.

<dependency> <groupId>org.jetbrains.kotlinx</groupId> <artifactId>kotlinx-coroutines-core-iosarm32</artifactId> <version>1.7.3</version> </dependency>
INSTALL
IMPORT
SIG · KOTLINX-COROUTINES
K
kotlinx-coroutines-core-iosarm32
utilityjavav1.7.3
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

GlobalScope
kotlinx.coroutines.GlobalScope

Launches a coroutine that prints 'World!' after a delay.

import kotlinx.coroutines.GlobalScope import kotlinx.coroutines.delay import kotlinx.coroutines.launch fun main() { GlobalScope.launch { delay(1000L) println("World!") } println("Hello,") Thread.sleep(2000L) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.7.3latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
kotlinx-coroutines-core-iosarm32 — mvn dependency:get kotlinx-coroutines-core-iosarm32 · libregistry