A string that can be mixed-in a class declaration to implement AtomicRefCounted. The RefCounted methods (non-shared) are implemented without atomicity. The AtomicRefCounted methods (shared) are implemented atomically.
See Source File
A string that can be mixed-in a class declaration to implement AtomicRefCounted. The RefCounted methods (non-shared) are implemented without atomicity. The AtomicRefCounted methods (shared) are implemented atomically.