Avatar
norio_nomura 8/29/2018 3:25 AM
Swiftへ移植したいCの参照実装が std::atomic とか使ってたのでstdlib内を探したら _stdlib_atomicCompareExchangeStrongPtr https://github.com/apple/swift/blob/master/stdlib/public/core/Runtime.swift.gyb#L25 とか見つけたのですが、stdlib内で使ってるところが見当たらず。何か違うメカニズムを使ったほうがよいのかな。
The Swift Programming Language. Contribute to apple/swift development by creating an account on GitHub.