Nanaloveyuki/sync/atomic does not have a README file
type AtomicBoolfn AtomicBool::compare_exchange(self : AtomicBool, current : Bool, next : Bool, success? : MemoryOrdering, failure? : MemoryOrdering) -> CompareExchangeResult[Bool] raise SyncErrorfn AtomicBool::store(self : AtomicBool, value : Bool, order? : MemoryOrdering) -> Unit raise SyncErrortype AtomicIntfn AtomicInt::compare_exchange(self : AtomicInt, current : Int, next : Int, success? : MemoryOrdering, failure? : MemoryOrdering) -> CompareExchangeResult[Int] raise SyncErrortype AtomicUIntfn AtomicUInt::compare_exchange(self : AtomicUInt, current : UInt, next : UInt, success? : MemoryOrdering, failure? : MemoryOrdering) -> CompareExchangeResult[UInt] raise SyncErrorfn AtomicUInt::store(self : AtomicUInt, value : UInt, order? : MemoryOrdering) -> Unit raise SyncErrorMinimal native concurrency primitives for MoonBit.