![]() |
Ark Server API (ASA) - Wiki
|
#include "HAL/Platform.h"
Include dependency graph for SharedPointerFwd.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Enumerations | |
| enum class | ESPMode : uint8 { NotThreadSafe = 0 , ThreadSafe = 1 } |
ESPMode is used select between either 'fast' or 'thread safe' shared pointer types. This is only used by templates at compile time to generate one code path or another.
| Enumerator | |
|---|---|
| NotThreadSafe | Forced to be not thread-safe. |
| ThreadSafe | Thread-safe, never spin locks, but slower |
Definition at line 11 of file SharedPointerFwd.h.