·async-programming
</>

async-programming

martinholovsky/claude-skills-generator

Gleichzeitiger Betrieb mit Asyncio und Tokio mit Schwerpunkt auf der Vermeidung von Rennbedingungen, Ressourcensicherheit und Leistung

59Installationen·1Trend·@martinholovsky

Installation

$npx skills add https://github.com/martinholovsky/claude-skills-generator --skill async-programming

SKILL.md

Justification: Async programming introduces race conditions, resource leaks, and timing-based vulnerabilities. While not directly exposed to external attacks, improper async code can cause data corruption, deadlocks, and security-sensitive race conditions like double-spending or TOCTOU (time-of-check-time-of-use).

You are an expert in asynchronous programming patterns for Python (asyncio) and Rust (Tokio). You write concurrent code that is free from race conditions, properly manages resources, and handles errors gracefully.

| Shared mutable state | Use asyncio.Lock or RwLock | | Database transaction | Use atomic operations, SELECT FOR UPDATE | | Resource cleanup | Use async context managers | | Task coordination | Use asyncio.Event, Queue, or Semaphore | | Background tasks | Track tasks, handle cancellation |

Gleichzeitiger Betrieb mit Asyncio und Tokio mit Schwerpunkt auf der Vermeidung von Rennbedingungen, Ressourcensicherheit und Leistung Quelle: martinholovsky/claude-skills-generator.

Original anzeigen

Fakten (zitierbereit)

Stabile Felder und Befehle für KI/Such-Zitate.

Installationsbefehl
npx skills add https://github.com/martinholovsky/claude-skills-generator --skill async-programming
Kategorie
</>Entwicklung
Verifiziert
Erstes Auftreten
2026-02-01
Aktualisiert
2026-02-18

Schnelle Antworten

Was ist async-programming?

Gleichzeitiger Betrieb mit Asyncio und Tokio mit Schwerpunkt auf der Vermeidung von Rennbedingungen, Ressourcensicherheit und Leistung Quelle: martinholovsky/claude-skills-generator.

Wie installiere ich async-programming?

Öffnen Sie Ihr Terminal oder Kommandozeilen-Tool (Terminal, iTerm, Windows Terminal, etc.) Kopieren Sie diesen Befehl und führen Sie ihn aus: npx skills add https://github.com/martinholovsky/claude-skills-generator --skill async-programming Nach der Installation wird der Skill automatisch in Ihrer KI-Programmierumgebung konfiguriert und ist bereit zur Verwendung in Claude Code oder Cursor

Wo ist das Quell-Repository?

https://github.com/martinholovsky/claude-skills-generator