Join Slack
Powered by
``` val job = Job() Something here assertTrue(job....
# coroutines
s
spand
06/07/2018, 8:18 AM
Copy code
val job = Job() Something here assertTrue(job.isCompleted && !job.isCancelled)
Open in Slack
Previous
Next