It cannot. In D everything is thread-local by default. And shared(RefCounted!T) would most likely fail to compile.
Hello, thanks for the info, I did not test compiling with shared. You’re right about this, I was just too much used to C++11’s shared_ptr I think ;-)