# kotlinx-coroutines-core

> Library support for Kotlin coroutines

Latest version **1.7.3** (published 2023-07-25) · Apache-2.0 license · 0 weekly downloads

## Install

```sh
npm install kotlinx-coroutines-core
pnpm add kotlinx-coroutines-core
yarn add kotlinx-coroutines-core
bun add kotlinx-coroutines-core
```

## Health

**Score 35/100 (D)** — status: abandoned.

Positive: no vulnerabilities; high maintenance score; popular repo.

Warnings: low downloads; no types; no esm support.

Negative: abandoned.

## Facts

| | |
|---|---|
| Version | 1.7.3 |
| Published | 2023-07-25 |
| First published | 2018-03-05 |
| Weekly downloads | 0 |
| License | Apache-2.0 |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 3.1 MB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 13816 |
| Author | JetBrains |
| Maintainers | kotlin, elizarov |
| Keywords | Kotlin, async, coroutines, JavaScript, JetBrains |

## Links

- npm: https://www.npmjs.com/package/kotlinx-coroutines-core
- Repository: https://github.com/Kotlin/kotlinx.coroutines
- Issues: https://github.com/Kotlin/kotlinx.coroutines/issues
- npm.io page: https://npm.io/package/kotlinx-coroutines-core

## Alternatives

- [@commercetools/sync-actions](https://npm.io/package/@commercetools/sync-actions.md) — 25.1K weekly downloads
- [cwait](https://npm.io/package/cwait.md) — 21.4K weekly downloads
- [@ledgerhq/hw-app-cosmos](https://npm.io/package/@ledgerhq/hw-app-cosmos.md) — 4.2K weekly downloads
- [@financial-times/o-loading](https://npm.io/package/@financial-times/o-loading.md) — 2.8K weekly downloads
- [fa](https://npm.io/package/fa.md) — 185 weekly downloads

## Recent versions

- 1.7.3 (latest) — 2023-07-25
- 1.7.2-no-compat (no-compat) — 2023-07-18
- 1.7.2-dev1 (dev1) — 2023-06-29
- 1.7.0-RC (RC) — 2023-04-19
- 1.7.0-Beta (Beta) — 2023-03-08
- 1.7.0-preview (preview) — 2023-03-03
- 1.7.0-jpms-preview (jpms-preview) — 2023-02-20
- 1.7.0-fast-channels-space2 (fast-channels-space2) — 2023-02-07
- 1.7.0-fast-channels-space (fast-channels-space) — 2023-01-25
- 1.6.4-space-fix (space-fix) — 2023-01-23
- 1.7.0-space-preview1 (space-preview1) — 2023-01-20
- 1.6.3-native-mt (native-mt) — 2022-06-22
- 1.6.0-RC3 (RC3) — 2021-12-16
- 1.6.0-RC2 (RC2) — 2021-12-10
- 1.5.1-new-mm-dev2 (new-mm-dev2) — 2021-08-29
- … 116 more at https://npm.io/package/kotlinx-coroutines-core/versions

## README

# kotlinx.coroutines 

Library support for Kotlin coroutines in
[Kotlin/JS](https://kotlinlang.org/docs/reference/js-overview.html).

```kotlin
suspend fun main() = coroutineScope {
    launch { 
       delay(1000)
       println("Kotlin Coroutines World!") 
    }
    println("Hello")
}
```

## Documentation 

* [Guide to kotlinx.coroutines by example on JVM](https://kotlinlang.org/docs/reference/coroutines/coroutines-guide.html) (**read it first**)
* [Full kotlinx.coroutines API reference](https://kotlinlang.org/api/kotlinx.coroutines/)

---
_Source: https://npm.io/package/kotlinx-coroutines-core · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
