go-concurrency-web이란?
작업자 풀, 속도 제한, 경합 감지, 안전한 공유 상태 관리 등 처리량이 높은 웹 애플리케이션을 위한 Go 동시성 패턴을 살펴보세요. 백그라운드 작업 처리, 속도 제한기 또는 동시 요청 처리를 구현할 때 사용합니다. 출처: existential-birds/beagle.
작업자 풀, 속도 제한, 경합 감지, 안전한 공유 상태 관리 등 처리량이 높은 웹 애플리케이션을 위한 Go 동시성 패턴을 살펴보세요. 백그라운드 작업 처리, 속도 제한기 또는 동시 요청 처리를 구현할 때 사용합니다.
명령줄에서 go-concurrency-web AI 스킬을 개발 환경에 빠르게 설치
출처: 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.
작업자 풀, 속도 제한, 경합 감지, 안전한 공유 상태 관리 등 처리량이 높은 웹 애플리케이션을 위한 Go 동시성 패턴을 살펴보세요. 백그라운드 작업 처리, 속도 제한기 또는 동시 요청 처리를 구현할 때 사용합니다. 출처: existential-birds/beagle.
AI/검색 인용용 안정적인 필드와 명령어.
npx skills add https://github.com/existential-birds/beagle --skill go-concurrency-web작업자 풀, 속도 제한, 경합 감지, 안전한 공유 상태 관리 등 처리량이 높은 웹 애플리케이션을 위한 Go 동시성 패턴을 살펴보세요. 백그라운드 작업 처리, 속도 제한기 또는 동시 요청 처리를 구현할 때 사용합니다. 출처: existential-birds/beagle.
터미널 또는 명령줄 도구(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