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.
maintainer
ComeOnOliver
Mis à jour 3/23/2026
Étoiles
26
Forks
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.
Installation
$ install --globalskills.sh
Utilisation
Après l'installation, vous pouvez utiliser ce skill en exécutant la commande suivante dans votre terminal :
skills use axiom-synchronization