finishSync static method
Finish the last synchronous operation that was started.
This is a drop-in replacement for Timeline.finishSync.
Implementation
static void finishSync() {
Timeline.finishSync();
if (!kReleaseMode && _collectionEnabled) {
_buffer.finishSync();
}
}