Plurrrr

Fri 02 Oct 2020

Introducing Swift Atomics

I’m delighted to announce Swift Atomics, a new open source package that enables direct use of low-level atomic operations in Swift code. The goal of this library is to enable intrepid systems programmers to start building synchronization constructs (such as concurrent data structures) directly in Swift.

Source: Introducing Swift Atomics, an article by Karoy Lorentey.