[*] zoomzoom

This commit is contained in:
Reece Wilson 2023-08-22 13:15:45 +01:00
parent 7ad725ca04
commit d25e6ef7f3

View File

@ -293,9 +293,10 @@ private:
return;
}
AuDebug::AddMemoryCrunch();
{
AU_DEBUG_MEMCRUNCH;
SysAssert(AuTryInsert(this->waterfall, callback));
AuDebug::DecMemoryCrunch();
}
}
AuFuture()
@ -319,7 +320,7 @@ private:
typename CppFun<T>::B value;
ErrorStore_t errorValue;
AuThreadPrimitives::Mutex mutex;
AuFutexMutex mutex;
CompleteCallback_f callback;
ErrorCallback_f onFailure;