Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Immutable objects are inherently thread-safe; they may be shared between multiple threads or published without synchronization. An immutable object may contain mutable sub-objects, provided the state of the sub-objects cannot be modified after construction of the immutable object has concluded.

Anchor
initialization safety
initialization safety

...