needSynchronize abstract method

void needSynchronize()

Mark that synchronization needs to be performed.

Synchronization will be executed in an appropriate time soon.

If you need to force sync to to start right now (usually not necessary) and explicitly wait until it complete - use synchronize.

Implementation

void needSynchronize();