effect-concurrency

Official

Orchestrate concurrent Effect tasks with fibers and joins.

AuthorTheBushidoCollective
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill covers concurrency patterns in Effect using fibers, forking, joining, and racing.

Core Features & Use Cases

  • Fibers & Fork/Join: Launch and join concurrent effects.
  • Parallel Execution: Run effects in parallel with control.
  • Race & Interruption: Race between effects and interrupt when needed.

Quick Start

Fork two effects, join their results, and race a timeout against a long operation.

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: effect-concurrency
Download link: https://github.com/TheBushidoCollective/han/archive/main.zip#effect-concurrency

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