·effect-concurrency-testing
</>

effect-concurrency-testing

front-depiction/claude-setup

PubSub、Deferred、Latch、ファイバー調整、SubscriptionRef、Stream などのテスト効果の同時実行プリミティブ。このスキルは、同時効果、イベント駆動型システム、またはファイバー調整をテストするときに使用します。

5インストール·0トレンド·@front-depiction

インストール

$npx skills add https://github.com/front-depiction/claude-setup --skill effect-concurrency-testing

SKILL.md

This skill provides patterns for testing Effect's concurrency primitives: fibers, latches, deferreds, PubSub, SubscriptionRef, and streams.

CRITICAL: Choose the correct coordination primitive based on what you need to synchronize.

| Simple fiber yield | Effect.yieldNow | | Forked PubSub subscriber ready | yieldNow after fork, yieldNow after each publish | | Wait for subscriber ready | Deferred.make() + Deferred.await | | Wait for stream element | Effect.makeLatch() + Stream.tap(() => latch.open) | | Time-dependent behavior | TestClock.adjust |

PubSub、Deferred、Latch、ファイバー調整、SubscriptionRef、Stream などのテスト効果の同時実行プリミティブ。このスキルは、同時効果、イベント駆動型システム、またはファイバー調整をテストするときに使用します。 ソース: front-depiction/claude-setup。

原文を見る

引用可能な情報

AI/検索での引用用の安定したフィールドとコマンド。

インストールコマンド
npx skills add https://github.com/front-depiction/claude-setup --skill effect-concurrency-testing
カテゴリ
</>開発ツール
認証済み
初回登録
2026-02-01
更新日
2026-02-18

クイックアンサー

effect-concurrency-testing とは?

PubSub、Deferred、Latch、ファイバー調整、SubscriptionRef、Stream などのテスト効果の同時実行プリミティブ。このスキルは、同時効果、イベント駆動型システム、またはファイバー調整をテストするときに使用します。 ソース: front-depiction/claude-setup。

effect-concurrency-testing のインストール方法は?

ターミナルまたはコマンドラインツール(Terminal、iTerm、Windows Terminal など)を開きます このコマンドをコピーして実行します: npx skills add https://github.com/front-depiction/claude-setup --skill effect-concurrency-testing インストール後、スキルは自動的に AI コーディング環境に設定され、Claude Code や Cursor で使用できるようになります

ソースリポジトリはどこですか?

https://github.com/front-depiction/claude-setup