Open 3D Engine AzCore API Reference 23.10.0
O3DE is an open-source, fully-featured, high-fidelity, modular 3D engine for building games and simulations, available to every industry.
AZ::NullMutex Struct Reference

#include <BusImpl.h>

Public Member Functions

void lock ()
 
bool try_lock ()
 
void unlock ()
 

Detailed Description

A dummy mutex that performs no locking. EBuses that do not support multithreading use this mutex as their EBusTraits::MutexType.


The documentation for this struct was generated from the following file: