Stuck on same problem, with an inspiration: `overr...
# coroutines
d
Stuck on same problem, with an inspiration:
override fun onSyncStart(context: Context): ReceiveChannel<SyncActionResult>
, this is used by SyncAdapter process and may be called at same time by seperate IntentService, I want only one running at one time.