Ark Server API (ASA) - Wiki
|
#include "HAL/Platform.h"
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.