home/categories/framework-internals/comeonoliver-skillshub-skills-charleswiltgen-axiom-axiom-synchronization-skill-md
framework-internalsdevelopment

axiom-synchronization

Use when needing thread-safe primitives for performance-critical code. Covers Mutex (iOS 18+), OSAllocatedUnfairLock (iOS 16+), Atomic types, when to use locks vs actors, deadlock prevention with Swift Concurrency.

ComeOnOliver
maintainer
ComeOnOliver
آخر تحديث 3/23/2026
النجوم
26
التفرعات
7
quick start

Installation and usage

Use when needing thread-safe primitives for performance-critical code. Covers Mutex (iOS 18+), OSAllocatedUnfairLock (iOS 16+), Atomic types, when to use locks vs actors, deadlock prevention with Swift Concurrency.

التثبيت
$ install --globalskills.sh
الاستخدام

بعد التثبيت، يمكنك استخدام هذه المهارة بتشغيل الأمر التالي في الطرفية:

skills use axiom-synchronization