Join Slack
Powered by
BTW, the first block… ```withContext(Dispatchers.D...
# touchlab-tools
k
kpgalligan
08/24/2020, 1:39 PM
BTW, the first block…
Copy code
withContext(Dispatchers.Default) { println("It will reach here") }
Does
not
reference
log
. If you add that, it’ll fail there.
Open in Slack
Previous
Next