elizarov
06/22/2017, 1:17 PMJob
is a just generic handle to some activity that can be cancelled to dispose of its resources. You can build trees of jobs and cancelling parent cancels all its children. Every coroutine you start is a job, but you can also explicitly create job object to manage hierarchies of jobs in your apps