Peko icon indicating copy to clipboard operation
Peko copied to clipboard

Is necessary to dispose the Job?

Open anduvlad92 opened this issue 7 years ago • 1 comments

Question based on the fact that any coroutine in Kotlin returns a Job which can be disposed.

anduvlad92 avatar Apr 15 '18 15:04 anduvlad92

No, not needed. Job can be used to cancel a coroutine.

deva666 avatar Apr 15 '18 21:04 deva666