• David's avatar
    Use SeqCst everywhere (#289) · fb6b34be
    David authored
    I went over all the atomic operations and realised I could not convince myself that all uses of `Relaxed` were ok, so better safe than sorry: let's switch to `SeqCst`.
    fb6b34be