kotlinx-coroutines

Community

Master Kotlin coroutines for reliable async code.

AuthorClankerGuru
Version1.0.0
Installs0

System Documentation

What problem does it solve?

Writing asynchronous Kotlin code is error-prone when relying on callbacks or manual thread management; this guide consolidates best practices for safe, readable concurrency using coroutines.

Core Features & Use Cases

  • Structured concurrency: ensure a parent scope waits for all children, with proper cancellation propagation.
  • Suspend functions, dispatchers, cancellation, Flow and StateFlow/SharedFlow for streaming data and reactive UI patterns.
  • Testing with runTest and coroutine-aware testing patterns to achieve deterministic time control and reliable assertions.

Quick Start

Create a small Kotlin project and implement a simple coroutine example to practice structured concurrency.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: kotlinx-coroutines
Download link: https://github.com/ClankerGuru/opsx/archive/main.zip#kotlinx-coroutines

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 471,000+ vetted skills library on demand.