coroutines-flow

Community

Model cold asynchronous streams with Flow.

AuthorClankerGuru
Version1.0.0
Installs0

System Documentation

What problem does it solve?

Flow-based programming patterns solve the challenge of modeling asynchronous streams in Kotlin, providing a principled way to build composable, cancellation-friendly pipelines.

Core Features & Use Cases

  • Learn to construct Flow pipelines with flow { }, callbackFlow, and channelFlow to handle producers and consumers.
  • Use common operators such as map, filter, debounce, transform, flatMapMerge, and flowOn, along with lifecycle hooks like onStart, onEach, onCompletion, and catch/retry.
  • Compare Flow and Sequence, reason about backpressure, cancellation, testing with runTest and turbine, and practical streaming scenarios (debounced streams, data processing, and I/O-bound pipelines).

Quick Start

Try a simple Flow example by creating a flow { emit(1); emit(2) } and collecting it to observe the emitted values.

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: coroutines-flow
Download link: https://github.com/ClankerGuru/opsx/archive/main.zip#coroutines-flow

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.