[swift-users] Atomics and Memory Fences in Swift

2016-11-30 Thread Anders Ha via swift-users
Hi guys I have recently started adopting lock-free atomics with memory fences, but it seems Swift at this moment does not have any native instruments. Then I read a thread in the Apple Developer Forum (https://forums.developer.apple.com/thread/49334

Re: [swift-users] Atomics and Memory Fences in Swift

2016-12-04 Thread Anders Ha via swift-users
> On 5 Dec 2016, at 1:53 AM, Andrew Trick wrote: > >> >> On Nov 30, 2016, at 5:40 AM, Anders Ha via swift-users >> mailto:swift-users@swift.org>> wrote: >> >> Hi guys >> >> I have recently started adopting lock-free atomics with memory

Re: [swift-users] Atomics and Memory Fences in Swift

2017-04-25 Thread Anders Ha via swift-users
gt; >> >>> On Nov 30, 2016, at 5:40 AM, Anders Ha via swift-users >>> mailto:swift-users@swift.org>> wrote: >>> >>> Hi guys >>> >>> I have recently started adopting lock-free atomics with memory fences, but >>> it se