I basically thought that if another thread/s try r...
# coroutines
d
I basically thought that if another thread/s try running the onSyncStart while not finished, they just suspend when lock() is called resulting that the code in onSyncStart never runs concurrently.