Sean Kelly wrote: > TLS huh? Nice! So what will replace the volatile statement? As it is, > that was the only safe way to perform lock-free operations in D. It wasn't safe anyway, because it wasn't implemented. For now, just use synchronized instead.