Join Slack
Powered by
i did ``` private var runningJob: Job? = null ...
# coroutines
j
jw
01/19/2018, 6:23 AM
i did
Copy code
private var runningJob: Job? = null private val queuedJobs = mutableListOf<Job>()
Open in Slack
Previous
Next