Agent Skills: cancel-async-tasks
Guidance for implementing proper asyncio task cancellation with signal handling in Python. This skill applies when implementing concurrent task runners that need graceful shutdown, handling KeyboardInterrupt/SIGINT in asyncio contexts, or managing task cleanup when using semaphores for concurrency limiting. Use when tasks involve asyncio.gather, CancelledError handling, or cleanup of tasks that haven't started execution.
UncategorizedID: benchflow-ai/skillsbench/cancel-async-tasks
278174
Install this agent skill to your local
Skill Files
Browse the full folder contents for cancel-async-tasks.
Loading file tree…
Select a file to preview its contents.