ios-concurrency

Community

Swift 6 concurrency guides for async/await and actors.

AuthorCharlesWiltgen
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This discipline covers Swift 6 concurrency patterns, including actor isolation, Sendable conformance, and @MainActor usage, to prevent data races and improve responsiveness.

Core Features & Use Cases

  • Transitioning from callbacks to async/await
  • Choosing between @MainActor, nonisolated, and actor isolation
  • Debugging data races and concurrency errors

Quick Start

Prompt: "Refactor a completion handler into an async function using async/await."

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: ios-concurrency
Download link: https://github.com/CharlesWiltgen/Axiom/archive/main.zip#ios-concurrency

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository