Maintenance in progress: we are indexing a large batch of new skills. Some pages may load slowly or briefly show no results. Nothing is lost, and everything is back to normal within the hour.

Cancel Async Tasks

Guidance for implementing asyncio task cancellation with proper cleanup, especially for handling keyboard interrupts (Ctrl+C). This skill should be used when tasks involve asyncio cancellation, signal handling, or graceful shutdown of concurrent Python tasks.

tools-only 59c8c47 3 files · 11.8 KB Updated 7 repo stars

File contents

tools-only/X-Skills/tree/main/development/003-name-skill_495c878d commit 59c8c47b39

Frequently asked questions

npx skillmds add tools-only/cancel-async-tasks-2