Peko
Peko copied to clipboard
Is necessary to dispose the Job?
Question based on the fact that any coroutine in Kotlin returns a Job which can be disposed.
No, not needed. Job can be used to cancel a coroutine.