mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 03:44:02 +02:00
Add a description of the Transaction class
This commit is contained in:
parent
026e7bc249
commit
8267db6ce5
1 changed files with 2 additions and 2 deletions
|
@ -75,10 +75,10 @@ public:
|
|||
// THis is the total number of allocated items, this a threadsafe call
|
||||
size_t getNumItems() const { return _numAllocatedItems.load(); }
|
||||
|
||||
// Enqueue change batch to the scene
|
||||
// Enqueue transaction to the scene
|
||||
void enqueueTransaction(const Transaction& transaction);
|
||||
|
||||
// Process the pending transactions equeued
|
||||
// Process the pending transactions queued
|
||||
void processTransactionQueue();
|
||||
|
||||
// This next call are NOT threadsafe, you have to call them from the correct thread to avoid any potential issues
|
||||
|
|
Loading…
Reference in a new issue