Starts the initial sync process on a background thread.
Synopsis
Declared in <index/base.h>
[[nodiscard]]
bool
StartBackgroundSync();
Return Value
True if the sync thread was started.
|
Note
|
The return value should not be discarded. |
Created with MrDocs