Registry / utility / kotlinx-coroutines-core-watchosx86

kotlinx-coroutines-core-watchosx86

JSON →
library1.7.3javamavenunverified

Coroutines support libraries for Kotlin, providing async programming capabilities on watchOS x86.

<dependency> <groupId>org.jetbrains.kotlinx</groupId> <artifactId>kotlinx-coroutines-core-watchosx86</artifactId> <version>1.7.3</version> </dependency>
INSTALL
IMPORT
SIG · KOTLINX-COROUTINES
K
kotlinx-coroutines-core-watchosx86
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

Launch a coroutine using GlobalScope.

import kotlinx.coroutines.GlobalScope import kotlinx.coroutines.launch fun main() { GlobalScope.launch { println("Hello from coroutine") } }
Debug
Known issues
gotchaGlobalScope is not recommended for production; use structured concurrency.
fix
Replace GlobalScope with CoroutineScope tied to a lifecycle.
affects: *
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-watchosx86 — mvn dependency:get kotlinx-coroutines-core-watchosx86 · libregistry