Searched refs:runOnce (Results 1 – 2 of 2) sorted by relevance
24 #define LUME_ONCE(uniqueId, runOnce) { if (lume::CheckOnce(uniqueId)) { runOnce; } } argument
92 function runOnce(runFn: Function, callback?: (multipleTimes: boolean, error: Error) => void): Funct…937 const fnBack = runOnce((error?: Error): void => {964 const fb = runOnce((error?: Error): void => {1024 const funCallback = runOnce((error?: Error): void => {1603 const callBackFunction = runOnce((error: Error) => {