Join Slack
Powered by
`forEachLine` is not an inline function so the con...
# coroutines
v
viorgu
05/24/2017, 10:03 AM
forEachLine
is not an inline function so the content of the lambda is not executed in within a coroutine body,
use
on the other hand is inline so you're still in the coroutine body
🙏 1
Open in Slack
Previous
Next