Concurrency

Concurrency taxonomy generated by the site skill importer.

3 skills
W
rust-async-patterns

by wshobson

rust-async-patterns는 Tokio 기반 비동기 Rust 백엔드 개발을 위한 실전형 스킬로, task, channel, stream, timeout, cancellation, tracing, error handling 패턴을 폭넓게 다룹니다.

Backend Development
Favorites 0GitHub 32.6k
W
go-concurrency-patterns

by wshobson

go-concurrency-patterns는 worker pools, pipelines, channels, sync primitives, 그리고 context 기반 cancellation에 맞는 Go다운 동시성 패턴을 적용할 수 있도록 돕습니다. SKILL.md의 가이드를 바탕으로 더 안전한 백엔드 서비스를 설계하고, race conditions를 디버깅하며, graceful shutdown 동작을 개선하는 데 활용할 수 있습니다.

Backend Development
Favorites 0GitHub 32.6k
W
async-python-patterns

by wshobson

async-python-patterns는 I/O 중심 Python 시스템에서 안전한 asyncio 패턴을 선택할 때 참고하기 좋은 실용 가이드입니다. 도입 판단에 필요한 맥락을 빠르게 파악하고, 사용 방식을 검토하며, 이벤트 루프 블로킹을 피하고, 제한된 동시성, cancellation, sync-vs-async 트레이드오프를 고려한 async API, workers, scrapers, backend services 설계에 활용할 수 있습니다.

Backend Development
Favorites 0GitHub 32.6k