·go-concurrency-web
</>

go-concurrency-web

작업자 풀, 속도 제한, 경합 감지, 안전한 공유 상태 관리 등 처리량이 높은 웹 애플리케이션을 위한 Go 동시성 패턴을 살펴보세요. 백그라운드 작업 처리, 속도 제한기 또는 동시 요청 처리를 구현할 때 사용합니다.

17설치·1트렌드·@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.

작업자 풀, 속도 제한, 경합 감지, 안전한 공유 상태 관리 등 처리량이 높은 웹 애플리케이션을 위한 Go 동시성 패턴을 살펴보세요. 백그라운드 작업 처리, 속도 제한기 또는 동시 요청 처리를 구현할 때 사용합니다. 출처: existential-birds/beagle.

인용 가능한 정보

AI/검색 인용용 안정적인 필드와 명령어.

설치 명령어
npx skills add https://github.com/existential-birds/beagle --skill go-concurrency-web
카테고리
</>개발 도구
인증됨
최초 등록
2026-02-26
업데이트
2026-03-10

Browse more skills from existential-birds/beagle

빠른 답변

go-concurrency-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

상세

카테고리
</>개발 도구
출처
skills.sh
최초 등록
2026-02-26