·swift-concurrency
</>

swift-concurrency

pluginagentmarketplace/custom-plugin-swift

Meistern Sie die Swift-Parallelität – async/await, Akteure, strukturierte Parallelität, sendbar, TaskGroups

6Installationen·0Trend·@pluginagentmarketplace

Installation

$npx skills add https://github.com/pluginagentmarketplace/custom-plugin-swift --skill swift-concurrency

SKILL.md

Modern Swift concurrency patterns using async/await, actors, and structured concurrency.

| async/await | Sequential async code | | Actor | Data isolation | | Task | Unit of async work | | Sendable | Thread-safe types | | MainActor | Main thread isolation |

| Task {} | Independent | Manual | | Task.detached {} | No context inherited | Manual | | async let | Structured | Automatic | | TaskGroup | Structured, multiple | Automatic |

Meistern Sie die Swift-Parallelität – async/await, Akteure, strukturierte Parallelität, sendbar, TaskGroups Quelle: pluginagentmarketplace/custom-plugin-swift.

Original anzeigen

Fakten (zitierbereit)

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

Installationsbefehl
npx skills add https://github.com/pluginagentmarketplace/custom-plugin-swift --skill swift-concurrency
Kategorie
</>Entwicklung
Verifiziert
Erstes Auftreten
2026-02-01
Aktualisiert
2026-02-18

Schnelle Antworten

Was ist swift-concurrency?

Meistern Sie die Swift-Parallelität – async/await, Akteure, strukturierte Parallelität, sendbar, TaskGroups Quelle: pluginagentmarketplace/custom-plugin-swift.

Wie installiere ich swift-concurrency?

Ö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/pluginagentmarketplace/custom-plugin-swift --skill swift-concurrency 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/pluginagentmarketplace/custom-plugin-swift