Loading...
Loading...
Use when designing or reviewing concurrent Python code — selecting between asyncio, threads, or multiprocessing; structuring cancellation and deadline propagation; bounding fan-out and backpressure. Also use when diagnosing race conditions, deadlocks, slow throughput, or thread/task leaks under load.
npx skill4agent add ahgraber/skills python-concurrency-performanceasynciothreadingmultiprocessingconcurrent.futuresasynciogathersubmitpython-concurrency-performancereferences/concurrency-models.mdreferences/deadlines-cancellation-lifecycle.mdreferences/leak-detection.md