Interface | Description |
---|---|
InitGuard |
Interface of class that implement an initialisation guard.
|
Class | Description |
---|---|
Frozen<T> |
Simulates a final object by implementing a generic container of any kind of reference, which can only be set once.
|
MultiInitGuard |
Thread-safe lock-free guard, allows components to check whether they have initialised prior to being used.
|
SingleInitGuard |
Thread-safe lock-free guard, allows components to check whether they have initialised prior to being used.
|