Join Slack
Communities
Powered by
``` for (it in channel) { if(it.sth()){ ...
# coroutines
u
uhe
07/27/2017, 12:26 PM
Copy code
for (it in channel) { if(it.sth()){ doSth() } else { break } }
Open in Slack
Previous
Next