BaseIndex::StartBackgroundSync

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.