...
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 | ||||
---|---|---|---|---|
|
...