On Sunday, 13 August 2017 at 11:58:56 UTC, Daniel Kozak wrote:
or maybe use core.atomic.atomicLoad and store with right https://dlang.org/phobos/core_atomic.html#.MemoryOrder

On Sun, Aug 13, 2017 at 1:51 PM, Daniel Kozak <kozz...@gmail.com> wrote:

maybe something like https://dlang.org/phobos/ core_bitop.html#.volatileLoad and https://dlang.org/phobos/ core_bitop.html#.volatileStore


Based on documentation volatileLoad/volatileStore seems like the closest thing so I'll go with that for now. Thanks.

Reply via email to