MCPcopy Create free account
hub / github.com/RedisGraph/RedisGraph / _AddTaskData_WaitForCompletion

Function _AddTaskData_WaitForCompletion

tests/unit/test_cron.c:182–191  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

180}
181
182static void _AddTaskData_WaitForCompletion
183(
184 const AddTaskData data
185) {
186 if (data.has_completed) {
187 return;
188 }
189
190 _AddTaskData_WaitUntilSignalisedValue(data, COMPLETED_SIGNAL_VALUE);
191}
192
193static void _AddTaskData_Wait
194(

Callers 2

_AddTaskData_WaitFunction · 0.85
test_MultiAbortFunction · 0.85

Tested by

no test coverage detected