·go-concurrency-web
</>

go-concurrency-web

ワーカー プール、レート制限、競合検出、安全な共有状態管理などの高スループット Web アプリケーション向けの Go 同時実行パターン。バックグラウンド タスク処理、レート リミッター、または同時リクエスト処理を実装する場合に使用します。

17インストール·0トレンド·@existential-birds

インストール

$npx skills add https://github.com/existential-birds/beagle --skill go-concurrency-web

go-concurrency-web のインストール方法

コマンドラインで go-concurrency-web AI スキルを開発環境にすばやくインストール

  1. ターミナルを開く: ターミナルまたはコマンドラインツール(Terminal、iTerm、Windows Terminal など)を開きます
  2. インストールコマンドを実行: このコマンドをコピーして実行します: npx skills add https://github.com/existential-birds/beagle --skill go-concurrency-web
  3. インストールを確認: インストール後、スキルは自動的に AI コーディング環境に設定され、Claude Code、Cursor、OpenClaw で使用できるようになります

ソース: existential-birds/beagle。

| Worker Pools & errgroup | references/worker-pools.md | | Rate Limiting | references/rate-limiting.md | | Race Detection & Fixes | references/race-detection.md |

Use worker pools for background tasks dispatched from HTTP handlers. This bounds concurrency and provides graceful shutdown.

See references/worker-pools.md for sizing guidance, backpressure, error handling, retry patterns, and errgroup as a simpler alternative.

ワーカー プール、レート制限、競合検出、安全な共有状態管理などの高スループット Web アプリケーション向けの Go 同時実行パターン。バックグラウンド タスク処理、レート リミッター、または同時リクエスト処理を実装する場合に使用します。 ソース: existential-birds/beagle。

引用可能な情報

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

インストールコマンド
npx skills add https://github.com/existential-birds/beagle --skill go-concurrency-web
カテゴリ
</>開発ツール
認証済み
初回登録
2026-02-26
更新日
2026-03-11

Browse more skills from existential-birds/beagle

クイックアンサー

go-concurrency-web とは?

ワーカー プール、レート制限、競合検出、安全な共有状態管理などの高スループット Web アプリケーション向けの Go 同時実行パターン。バックグラウンド タスク処理、レート リミッター、または同時リクエスト処理を実装する場合に使用します。 ソース: existential-birds/beagle。

go-concurrency-web のインストール方法は?

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

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

https://github.com/existential-birds/beagle