`runBlocking { syncRequestChannel.send(Unit) }` wi...
# coroutines
u
runBlocking { syncRequestChannel.send(Unit) }
will only wait for the `Unit`to be sent, not for the sync to complete