effect-ts-concurrency とは?
Effect-TS のファイバー間で並列操作、レート制限、またはシグナリングを実行する場合に使用します。 ソース: mrevanzak/effect-ts-skills。
Effect-TS のファイバー間で並列操作、レート制限、またはシグナリングを実行する場合に使用します。
コマンドラインで effect-ts-concurrency AI スキルを開発環境にすばやくインストール
ソース: mrevanzak/effect-ts-skills。
Overview Effect-TS provides lightweight fibers for high-performance concurrency. The core principle is explicit control: always bound parallelism to prevent resource exhaustion.
Core Pattern: Bounded Parallelism Unbounded parallelism is the most common source of "Too many open files" or "Connection timeout" errors.
| BAD | Effect.all(effects) | Unbounded - crashes on large inputs | | GOOD | Effect.all(effects, { concurrency: 10 }) | Bounded - safe and predictable |
Effect-TS のファイバー間で並列操作、レート制限、またはシグナリングを実行する場合に使用します。 ソース: mrevanzak/effect-ts-skills。
AI/検索での引用用の安定したフィールドとコマンド。
npx skills add https://github.com/mrevanzak/effect-ts-skills --skill effect-ts-concurrencyEffect-TS のファイバー間で並列操作、レート制限、またはシグナリングを実行する場合に使用します。 ソース: mrevanzak/effect-ts-skills。
ターミナルまたはコマンドラインツール(Terminal、iTerm、Windows Terminal など)を開きます このコマンドをコピーして実行します: npx skills add https://github.com/mrevanzak/effect-ts-skills --skill effect-ts-concurrency インストール後、スキルは自動的に AI コーディング環境に設定され、Claude Code、Cursor、OpenClaw で使用できるようになります
https://github.com/mrevanzak/effect-ts-skills